Welcome to our indie studio! A student project realized by 6 students.
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.
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 ..
- Xbox360 Support Controllers + keyboard
- 1 to 4 players
- +10 playable characters
- ...