Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.21 KB

File metadata and controls

41 lines (36 loc) · 1.21 KB

Brick Breakers Game

An interesting and casual game made in JAVA.


This is a game in which using a slider we have to keep the ball bouncing upwards, so that all the bricks are destroyed. Its a desktop Java Application.

Softwares and Languages Used:

User Interface:

  • Swing
  • AWT

Back-end Logic:

  • Java 12.02

How to play?

Step 1:

Ensure that you have the Java SE version 12.02 and above.

To Download Java click the below link

https://www.oracle.com/java/technologies/javase-downloads.html

Step 2:

Now download all the three game files in one folder

  • Main.java
  • GamePlay.java
  • LevelGenerator.java

Step 3:

Just open command prompt and change the directory to your folder, then run the command:

javac Main.java

then:

java Main
Currently having 5 levels, I will be adding more in future.

Let me know your feedback about this game.

If you face any difficulties, feel free to ask me:

vishalthoke2@gmail.com