Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 824 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 824 Bytes

🕹️ Treasure Hunt

Treasure hunt is an online multiplayer game in which players have to search for as many treasures as possible while avoiding obstacles and other players.

It's an easy game, but it is written in C with no external libraries.

🚀 Features

  • Play it anywhere in a terminal: create a game-server instance on your desktop, host a LAN party or use a remote server
  • Create your account in a safe way: all passwords are encrypted
  • Random generated levels
  • All from scratch:
    • Client & Server implementation
    • Threads
    • Sockets

🖼️ Screenshots

Create accounts:

signup screenshot

Play in a rectangular arena. Colors are used to enhance user experience:

game screenshot

Multiplayer game:

multiplayer screenshot