Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 795 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 795 Bytes

bomberman

Multiplayer over network port of Bomberman.

Currently working, but no config file (will come soon)

Uses only SFML modules (networking, rendering, etc., no sound though)

To compile, you can download the whole repo using git clone, and then use the following command : g++ -std=c++14 -g -O0 render/*.cpp game/*.cpp utils/*.cpp net/*.cpp main.cpp -lsfml-system -lsfml-graphics -lsfml-window -lsfml-network -pedantic

Note: you must have the SFML libs already installed, and if possible the latest version

The graphics are from OpenGameArt.org, with some little modifications. All credits go to the original creators.

Here's a screenshot of the latest working version :

screenshot of game