Simple bomberman made with SFML in C++. Durning development project changed to something like monkey hunter, but there is still plenty thigs TODO :)
To run the game you have to download SFML by command sudo apt-get install libsfml-dev
.
Game works only on Linux!
After entering game directory type following commands
mkdir build
cd build/
cmake ../
make
./Bomberman
And thats about it :)
Monkeys are always chasing you and taking away your health, after 3 hits it's game over. Run away from them with WSAD
and click space
to place bomb that explodes after 3 seconds. Expolsion can kill monkeys but also damage the player.
- Displaying player health
- Bomb's range should be based on distance to wall