- just an usual bomberman game playable both in single player and in multiplayer mode
- uses udp sockets for networking, with application specific heartbeat protocol

-
SFMLlibrary, version2.5.1 -
download
SFMLlibrary, version2.5.1- possibility 1: install it system-wide and add relevant binaries to the
PATHvariable - possibility 2: download non-OS-specific sources from the official web site and extract it in the same directory as
main.cpp, then build it using the same configuration as the sources for this project
- possibility 1: install it system-wide and add relevant binaries to the
- quick guide to run the executable
mkdir build
cd build
cmake ..
./Bomberman- run visual studio 2019 on folder with the sources using open folder
- everything should be configured in
.vs/launch.vs.jsonandCMakeLists.txtand only runningBomberman.exeshould suffice
- developed on linux, tested both on windows and linux
- bomb party art
- small pixel hearts
- FFFTusj font
- Raleway font
- my girlfriend for all the power-ups drawings
- Game development by example