Skip to content

Video Game, made for an Epitech Year End project, based on Bomberman

License

Notifications You must be signed in to change notification settings

Kubirt/IndieStudio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndieStudio

Video Game, made for an Epitech Year End project, whose goal was to reproduce a Bomberman

The Game

The goal of the game is the same as a Bomberman: one to four players try to kill each other until there is only one survivor.

Screenshot from 2022-06-24 21-26-01

Building

Command Line (via CMake)

Required tools:

  • CMake 3.17 (minimum)

on Linux:

# Create the build directory
mkdir build && cd build 

# Configure the project
cmake .. -G 'Unix Makefiles' -DCMAKE_BUILD_TYPE=Release

# Build the executable and libraries
cmake --build .

# Return to previous directory
cd -

Local Docs

Required tools:

  • Doxygen

on Linux:

# Run at the root of the project
doxygen

# Open the genrated pages
xdg-open docs/html/index.html

Assets Sources

Sources
Fox model
Background Music
map assets

Teammates

About

Video Game, made for an Epitech Year End project, based on Bomberman

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published