Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1 KB

README.md

File metadata and controls

34 lines (24 loc) · 1 KB

Authors

Bomberman

Simple bomberman made with SFML in C++. Durning development project changed to something like monkey hunter, but there is still plenty thigs TODO :)

Requirements

To run the game you have to download SFML by command sudo apt-get install libsfml-dev. Game works only on Linux!

Running game

After entering game directory type following commands
mkdir build
cd build/
cmake ../
make
./Bomberman
And thats about it :)

Gameplay

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.

Screenshot Screenshot

TODO

  • Displaying player health
  • Bomb's range should be based on distance to wall