Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.55 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.55 KB

Indie Studio

This project aims to create a cross-plateform game. This is our attempt at making a BomberMan-like game, with 3D graphics and a 2D gameplay.

You can launch this project on both Linux and Windows systems.


Getting started

You must have CMake installed. On Windows, building the project requires MSVC.


Linux:

Build the project with the following commands:

mkdir build && cd build && cmake .. && make && cd ..
./bomberman

Windows:

Add a build directory. In it, run this :

cmake ..
.\bomberman.sln

In MSVC, generate the ALL_BUILD target and move the .exe to the project root.

You can now launch the bomberman.exe application.


Our team ❤️

Developers


[Axel Zenine]

[Erwan Simonetti]

[Laure Gagner]

[Juliette Destang]

[Timothée De Boynes]

[Yann Tcheumani]