A recreation of the classic Bomberman arcade game
Repository link: https://github.com/AnonymusRaccoon/Bomberman/
Clone the project
git clone https://github.com/AnonymusRaccoon/Bomberman.gitGo to the project directory
cd BombermanCreate build dir and compile using CMake
mkdir build
cd build
cmake ..
cmake --build .
cd ..Enjoy !
./build/bombermanBomberman: C++20, raylib, Catch2, CMake, Doxygen, Lua