Skip to content

SachsA/Bomberman

Repository files navigation

BOMBERMAN

The Bomberman is a project where we had to remake a bomberman in 3D.

Bomberman is a well known game, where you control a character that have to kills the other players on the map, you can play in multiplayer or against AIs.

The main feature of this version of the Bomberman is that it's in 3D. You can play up to four players on the same PC. Or against up to four AIs.

The Bomberman is composed with two main parts : the back developped in C++ manage all the menus and the game engine; and the front developped with the SFML (in C++ too) display the game.

Program compilation and launching:

Linux:
      ./launch.sh

Will compile the entire project and launch it.

      ./installer.sh

Will compile the entire project, and install it on your PC.

Windows:
      Bomberman_Installer.exe

Will install the Bomberman on your PC. (Follow the instructions)

Launch the bomberman:

Linux:
      ./bomberman

Launch the bomberman.

      ./launch.sh

Will compile the entire project and launch it.

Windows:
      Double click on the executable.

Do it, after executing Bomber_Installer.exe

Bomberman Usage

Player commands

Player One

Arrow keys: Move your character.

Shift: Place a bomb.

Player Two

Z Q S D: Move your character.

A: Place a bomb.

Player Three

O K L M: Move your character.

I: Place a bomb.

Player Four

Y G H J: Move your character.

T: Place a bomb.

Game commands

ESCAPE: To pause the game. ESCAPE again: To return to the menu.

Project realised by:

About

Epitech, SECOND year Project. C++ Programming : Create a Bomberman

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors