Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.
/ BomberMan Public archive

This project is a full implementation of a 3D Bomberman video game.

Notifications You must be signed in to change notification settings

omiroshn/BomberMan

Repository files navigation

BomberMan

This project is a full implementation of a 3D Bomberman video game.

Frameworks and technologies used:

  • C++
  • CMake
  • OpenGL
  • ImGui
  • SDL
  • ...

How to build:

git clone https://github.com/omiroshn/BomberMan.git
cd Bombeman
mkdir build
cd build
cmake ..
make [-j[number_cores]]

Documentation:

https://omiroshn.github.io/BomberMan
On Windows open bomberman.sln from VS with admin rights.
(otherwise CMake will not be able to create a symbolic link. =\ )

(The execution file will be in the "bin" folder)