/Bomberman

3D adaption of the classic bomberman game

Primary LanguageC

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 libsfml-dev
sudo apt-get libglew-dev
sudo apt-get libglm-dev
sudo apt-get libassimp-dev