A simple brick breaker game written in Java.
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.
git clone https://github.com/KrishGaur1354/Java-Projects-for-Beginners/tree/main/Wall-Breaker
javac *.java
java BrickBreaker
- Multiple levels with increasing difficulty
- Score tracking
- Special bricks with unique abilities