Skip to content

A game in which we have to break the bricks by bouncing the ball upwards.

License

Notifications You must be signed in to change notification settings

LEGENDVISHAL/brick-breakers-game-using-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

[email protected]

About

A game in which we have to break the bricks by bouncing the ball upwards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages