2D console game for maximum of 2 players
Every player spawns in random place on map. The only goal is to get as many coins as possible and bring them back to the camp, where they can be stored. There are also 2 beasts which moves randomly. They will follow the player as soon as they will be in theirs field of view.
- ncurses - UNIX console graphics library for C
- Threads
- UNIX Sockets
To build this project:
make
To run server:
./server.o
To run game:
./game.o
q
/Q
- close the serverc
- spawn a coint
- spawn a treasureT
- spawn a large treasure
q
/Q
- quit the game- ↑ - move up
- ↓ - move down
- ← - move left
- → - move right