Skip to content

Latest commit

 

History

History

Wall-Breaker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Brick Breaker

A simple brick breaker game written in Java.

How to Play

Use the left and right arrow keys to move the paddle and hit the ball to break the bricks. The game is over when all the bricks are broken or the ball hits the bottom of the screen.

Installation

Clone the repository:

git clone https://github.com/KrishGaur1354/Java-Projects-for-Beginners/tree/main/Wall-Breaker

Compile the .java files:

javac *.java

Run the game:

java BrickBreaker

Features

  • Multiple levels with increasing difficulty
  • Score tracking
  • Special bricks with unique abilities