A bomberman game made in C++ using the Raylib with local multiplayer or against computers.
Build on windows and linux
Run these command at the root of the project:
cmake .
make
Run this command at the root of the project:
./bomberman
Run these commands at the root of the project:
cmake .
msbuild bomberman.sln
Run this command at the root of the project, or double-click the bomberman.exe file:
./Debug/bonberman.exe
Use Z, Q, S, D (for azerty users) or W, S, A, D (for qwerty users) to move. Space to place a bomb
Use the arrows keys and Right Shift to place a bomb Or if you have a controller plug it in and use the arrows and X (for dualshock controllers) or A (for xbox controllers)