2021-06-20 12:52:29 +02:00
2021-06-17 18:03:31 +02:00
2021-06-19 17:54:09 +02:00
2021-06-19 19:06:35 +02:00
2021-06-19 23:30:07 +02:00
2021-06-18 17:39:41 +02:00
2021-06-19 17:42:22 +02:00
2021-06-07 09:39:00 +02:00
2021-06-19 19:06:35 +02:00
2021-06-17 10:00:43 +02:00
2021-05-24 09:29:36 +02:00
2021-06-20 12:52:29 +02:00
2021-06-19 18:58:45 +02:00

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

Description
A complete bomberman game with heights, AI in lua, and shaders.
Readme MIT 103 MiB
Languages
C++ 75.9%
GLSL 20.2%
CMake 2.2%
HTML 0.9%
Lua 0.7%