HENRY Benjamin cc73dafb4e fixed one segf
2021-06-16 15:04:04 +02:00
2021-06-16 11:47:46 +02:00
2021-06-16 15:04:04 +02:00
2021-06-14 10:31:49 +02:00
2021-06-07 09:39:00 +02:00
2021-06-15 16:55:45 +02:00

Bomberman

A recreation of the classic Bomberman arcade game

Linux Build (Epitech Container) Windows Build Web Building Unit Tests

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

Demo

Very soon :)

Screenshots

Very soon :)

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

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

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%