2D labirynth game written in C language. Players have to collect coins and store them in a campsite. They also have to worry about hunting beast which can kill players. Death caused by beast or collison with other player results in loss of carried money.
- Beasts
- Mulitplayer - up to 4 players
- Treasures
- Collision mechanism
- Campsite
- Slowing down bushes
q
/Q
- close the serverb
/B
- spawn a beastc
- spawn a coint
- spawn a treasureT
- spawn a large treasure
q
/Q
- quit the game- ⬆️ - move up
- ⬇️ - move down
- ⬅️ - move left
- ➡️ - move right
git clone https://github.com/Blindeen/Beast-game.git
cd Beast-game
make run