escApe is the title of this project/game. It's a turn-based game where, as the name suggests, you have to escape from apes. There is a map that is a grid of rooms where the player can move to escape; there are rooms available to the player and rooms closed. The main goal is to reach the stairs on the right side of the map. You can also use special "weapons" descripted at the first launch of the game. You lose when an ape reach the room of the pg.
You have to install the following libraries to compile the game.
- build-essential
- libsfml-dev
sudo apt-get install build-essential libsfml-dev
cd escApe
make
./main.e
This project is licensed under the GPL License - see the LICENSE file for details