Bomberman is a well known game, where you control a character that have to kills the other players on the map with bomb. You can play in multiplayer or against AIs.
Our gameplay reference is Neo Bomberman, released on the Neo Geo and MVS systems in 1997. You can play up to two players on the same PC, on Versus or again AI.
The project is composed with two library all in C++ : the 3D engine Irrlicht 1.8.4 and the part of library SFML-audio 2.5.
- @Frederic C.
- Louis C.
- @Théo C.
- Yann M.
cmake .
make
./bomberman
Will compile the entire project and launch it.
// Need to use Visual Studio
// and make a new cmake project
// for build the .exe
Will install the Bomberman on your PC. (Follow the instructions)
Player | Keys | Effect |
---|---|---|
Player 1 | Arrow keys Space |
Move your character. Place a bomb. |
Player 2 | Z Q S D A |
Move your character. Place a bomb. |
Keys | Effect |
---|---|
SPACE | To skip the intro. |
ENTER | To validate without clicking. |
ESCAPE | To pause the game. |