Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

HSR-SE2Proj/JBomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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