Skip to content

Clone of bomberman, with multiplayer support, written in C++11 with SFML

Notifications You must be signed in to change notification settings

Cocosushi6/bomberman-sfml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Clone of bomberman, with multiplayer support, written in C++11 with SFML

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published