Lucandia / JBomberman

Super Bomberman videogame written in Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JBomberman

How to play

- Use the arrow keys to move:

- Use the spacebar to drop bombs

Features

  • 4 minutes to complete a level
  • 3 levels
  • 3 power-ups types
  • 2 enemies types
  • 3 minutes to complete each level
  • custom number of enemies

Run the program

Check that you have Java installed on your computer. If not, download it from here. Try to double click on the JBomberman.jar file. If it doesn't work, open a terminal and type:

java -jar JBomberman.jar

Sometimes, the speed of the game can be affected by the computer. You can try to run the game

java -Xms512m -Xmx1024m -jar JBomberman.jar

About

Super Bomberman videogame written in Java

License:GNU General Public License v3.0


Languages

Language:Java 99.3%Language:CSS 0.7%