PiGames / Bomberman

Remake of Bomberman written in C++ and SFML.

Home Page:https://pigames-studio.itch.io/bomberman

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  1. Go to i.e.:[your username]/Games/Bomberman, then enter in terminal: git clone git@github.com:PiGames/Bomberman.git .
  2. cd Bomberman
  3. sh INSTALL.sh
  4. Run the game: ./BombermanX86_64

Windows

Download pre-compiled binaries:

  1. Windows 32bit
  2. Windows 64bit

Then unzip it & play!

License

Game is under MIT License

About

Remake of Bomberman written in C++ and SFML.

https://pigames-studio.itch.io/bomberman

License:MIT License


Languages

Language:C++ 98.5%Language:Makefile 1.5%