Moon-developer / CPP-Game

Create a 3D game from scratch based on the original Bomberman game mechanics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bomberman

C++ project at WeThinkCode_ to recreate a Bomberman game. The game has to be fully functional.

Setup

To get the game working on your Mac run the following commands to setup the directory and install all the requirements.

brew install cmake
brew install boost
git clone https://github.com/ZimboPro/Bomberman.git
./setup.sh

Running the Game

To execute Bomberman run the following command.

./run.sh

Menu

When Bomberman runs you will be greated by a main menu. From here you will be able to change your settings in Options and start the game.
In Options you can change the controls, screen size, window mode and volume/sound.
You are able to load a game from the menu.
When starting a game you can choose from levels 1-3 or pick a randomly generated level with the random button.

Controls

Movement:

  • W & arrow up = UP
  • A & arrow left = LEFT
  • S & arrow down = DOWN
  • D & arrow right = RIGHT
  • SPACE = Place Bomb
  • ESC = pause game
  • Enter = select

Main menu:

  • W & arrow up = UP
  • A & arrow left = LEFT
  • S & arrow down = DOWN
  • D & arrow right = RIGHT
  • ESC = Back
  • Enter = select

Team

Extras

Marks Marks Marks Marks Marks Marks Marks Marks Marks

About

Create a 3D game from scratch based on the original Bomberman game mechanics


Languages

Language:C++ 94.3%Language:GLSL 3.3%Language:CMake 2.3%Language:Shell 0.1%