Table of Contents
Java BomberMan 💣 is an Arcade game where players strategically place bombs to destroy obstacles and eliminate other players. The ultimate goal is to be the last one standing. Along the way, players can pick up power-ups that provide benefits such as larger explosions or the ability to place more bombs at once. However, players must be cautious as they can also be killed by their own bombs or by touching an enemy.
The Java Bomberman💣 app is designed to provide a fun and engaging gaming experience for players who enjoy strategic and competitive games. It requires strategic thinking, quick reflexes, and careful maneuvering to outsmart your opponent and emerge as the winner. The app allows two players to play against each other locally.
In order to build the application, use the following command on Linux
$ ./gradlew build
Or the following command on Windows
$ .\gradlew.bat build
The application will be built into a JAR
file, which you will be able to run it with the following command:
$ java -jar build/libs/BomberMan.jar
Emanuele Dall'Ara
Andrea Domeniconi