Bomberman
Bomberman copied to clipboard
Remake of Bomberman written in C++ and SFML.
Bomberman
Bomberman remake (for now only core) written in SFML by PiGames
How to play
Basics
Rules are similar to standard rules: https://en.wikipedia.org/wiki/Bomberman
Controlls
Use your movement keys to move and action key to place a bomb
Player 1
- [arrows] movement
- [spacebar] action key
Player 2
- [WASD] movement
- [LCtrl] action key
How to install
Linux
You can download pre-compiled binary from here(64bit) or compile own from sources:
- Go to i.e.:[your username]/Games/Bomberman, then enter in terminal:
git clone [email protected]:PiGames/Bomberman.git .
-
cd Bomberman
-
sh INSTALL.sh
- Run the game:
./BombermanX86_64
Windows
Download pre-compiled binaries:
Then unzip it & play!
License
Game is under MIT License