GJSteyn / Bomberman

3D adaption of the classic bomberman game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bomberman

3D adaption of the classic bomberman game https://www.retrogames.cz/play_085-NES.php?emulator=js

Dependancies

  • CMake
  • pkg-config
  • SFML
  • GLEW
  • GLM
  • ASSIMP

MacOS dependancy installation

brew install cmake
brew install pkg-config
brew install sfml
brew install glew
brew install glm
brew install assimp

Linux dependancy installation

sudo apt-get install cmake
sudo apt-get install pkg-config
sudo apt-get install libsfml-dev
sudo apt-get install libglew-dev
sudo apt-get install libglm-dev
sudo apt-get install libassimp-dev

About

3D adaption of the classic bomberman game


Languages

Language:C 68.7%Language:C++ 29.3%Language:CMake 0.9%Language:GLSL 0.5%Language:Shell 0.3%Language:Makefile 0.2%