Skip to content

kim-minh/bomberman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bomberman

Classic Bomberman written in Java and JavaFX.

game

Build Instructions

Prerequisite:

Java JDK 18 or higher
  • This was built and tested in Java 18, so it is recommended to have at least Java JDK 18.
  • You can clone and build directly using IntelliJ IDEA, but should also be easily imported into other IDEs like Netbeans or Eclipse.

Control

  • Arrow keys or WASD to move player.
  • Space key or X to place bombs.

Custom Level

  • You can customize and add your own level in text format in resources/levels. Additional details can be found in Level0.txt.

Releases

No releases published

Packages

No packages published

Languages