Files
Bomberman/README.md
T
2021-06-01 12:03:57 +02:00

1.9 KiB

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 .. && make

Enjoy !

./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