Classic Bomberman written in Java and JavaFX.
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.
- Arrow keys or WASD to move player.
- Space key or X to place bombs.
- You can customize and add your own level in text format in resources/levels. Additional details can be found in Level0.txt.