Reupload project from 2018/2019 : This project was recovered so don't take commits into accounts
This project is an Engine/Network Game prototype made in C++ and SFML
Its based on the famous Bomberman game except here you play farmer that fight into barns and make butter explode on the face of each other ! You can play on local/remote multiplayer
all maps of the game was made using my TileMapperLite software
The github file already provide the .exe
and a binary linux file
just double click on the file regarding your OS
You can also open a terminal and run make run
at the root of the project
Z/Q/S/D or Arrow -> Move
B -> Put Butter Bomb where you stand
Enter/Escape/Arrows -> Navigate into menu
The rule are simple, since its based on Bomberman. You have to use butter bomb to make your path into the map and kill all the opponents. Sometime milk
appear on the map you can drink it by walking on it to enhance you explosion size.
If you want to build the project you can follow the steps below :
- Ensure you have
GCC
installed - ( For
Windows
users installMinGw
) - Download SFML-2.6.1
- Open the Makefile and set the var
SFML_FOLDER
at the path where your SFML folder is - And then just run
make compile
(MinGw32-make compile
for windows users ) command this will replace the binary in the output folder that match your OS - Then you can launch the app or run
make run
Note : Build with G++11.4.0 using SFML-2.6.1