Skip to content

zoriya/Bomberman

Repository files navigation

Bomberman

A recreation of the classic Bomberman arcade game

Build Web Building Unit Tests

Repository link: https://github.com/AnonymusRaccoon/Bomberman/

Demo (Click to See on YouTube)

DEMO

Screenshots

Run (compile from the sources)

Clone the project

git clone https://github.com/AnonymusRaccoon/Bomberman.git

Go to the project directory

cd Bomberman

Create build dir and compile using CMake

mkdir build
cd build
cmake ..
cmake --build .
cd ..

Enjoy !

./build/bomberman

Documentation

Doxygen Documentation

Tech Stack

Bomberman: C++20, raylib, Catch2, CMake, Doxygen, Lua

Authors