Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1020 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 1020 Bytes

JBomberman Build Status Coverage Status

It's a Bomberman Clone, which can be played by up to 4 Players.

Playground

##Rules

A Game goes over 3 Rounds and the Bomberman, who got the highest score wins.

##Latest Release

JBomberman Client and Server

##Server as Docker Container You will find the Dockerfile here: jbomb-docker

or from Docker Hub (or directly run it):

docker pull silvanadrian/jbomb-docker

And start the container:

docker run -d -p 5672:5672 -p 15672:15672 silvanadrian/jbomb-docker