Skip to content

BombasticOctocat/Bomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bomberman

Clone of the most awesome NES game.

Usage

To run the game you need to install Maven and Java SE Development Kit 8. When you have it installed just type

mvn jfx:run

in terminal.

Under Windows the easiest way is to import project into IntelliJ IDEA or Eclipse as maven project and set project's main class in run configuration to com.bombasticoctocat.bomberman.Bomberman.