A simple single-player breakout ball game in Java. The player has to destroy the layer of bricks by controlling a ball with a paddle.
Breakout-Java is a clone of the original Breakout, made by Steve Wozniak, Nolan Bushnell and Steve Bristow while working at Atari in 1976. This is a simple recreation. I learnt how to develop Graphical User Interfaces using Java's Swing library in the most fun way possible while creating this Breakout Ball Game.
- Java
- Java Swing
- Make sure you have any modern version of Java installed.
- Clone this repo
git clone https://github.com/Tanya-Rawat/breakoutBall
- Run the Main.java
- To Play, You can use the arrow keys to control the paddle.