Skip to content

AdamCyffka/OOP_indie_studio_2019

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OOP_indie_studio_2019

Welcome to our indie studio! A student project realized by 6 students.

image (2)

Epitech Year End Project created by:

The IndieStudio is an Epitech project consisting in the development of a 3D Bomberman. This game was entirely developed in C++ with the libraries Irrlicht and Irrklang.

Installation

Windows: generate the Visual Studio solution by using CMake, then make sure to set the target "bomberman" as the start-up project on Visual Studio.

Linux: generate the Makefile by using CMake, then compile the project by using the generated Makefile.

cd OOP_indie_studio_2019
cmake .
make

Once the game is installed, launch it with the command:

./bomberman

Alternative: you can use the following command to generate and run the program when you are at the root of the project (from Unix terminal or Windows cmd) : cd build ; cmake .. && cmake --build . --config Release && ./bomberman ; cd ..

Features

  • Xbox360 Support Controllers + keyboard
  • 1 to 4 players
  • +10 playable characters
  • ...

Preview

(Video)
Regarder le trailer