# Bomberman
A recreation of the classic Bomberman arcade game
[](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/build.yml)
[](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/webassembly.yml)
[](https://github.com/AnonymusRaccoon/Bomberman/actions/workflows/test.yml)
Repository link: https://github.com/AnonymusRaccoon/Bomberman/
## Demo (Click to See on YouTube)
[](http://www.youtube.com/watch?v=5tkaYtMpdKY "Indie Studio - Bomberman")
## Screenshots
## Run (compile from the sources)
Clone the project
```bash
git clone https://github.com/AnonymusRaccoon/Bomberman.git
```
Go to the project directory
```bash
cd Bomberman
```
Create `build` dir and compile using CMake
```bash
mkdir build
cd build
cmake ..
cmake --build .
cd ..
```
Enjoy !
```bash
./build/bomberman
```
## Documentation
[Doxygen Documentation](https://anonymusraccoon.github.io/Bomberman/)
## Tech Stack
**Bomberman:** C++20, raylib, Catch2, CMake, Doxygen, Lua
## Authors
- [Zoe Roux](https://github.com/AnonymusRaccoon "Anonymus Raccoon")
- [Clément Le Bihan](https://github.com/Octopus773 "Octopus")
- [Arthur Jamet](https://github.com/Arthi-chaud "Arthi-Chaud")
- [Louis Auzuret](https://github.com/GitBluub "Bluub")
- [Benjamin Henry](https://github.com/EternalRat "EternalRat")
- [Tom Augier](https://github.com/TrueBabyChaise "TrueBabyChaise")