Skip to content

Quite unusual Bomberman version implemented in C++

Notifications You must be signed in to change notification settings

WojtekMs/Bomberman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Quite unusual Bomberman version implemented in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.5%
  • CMake 10.5%