This game application is inspired by the famous Breakout Arcade video game, developed and published by Atari, Inc., and released in 1976. Game is developed using Java programming language with Swing library.
- Install JDK for you Operating System
- Download and install IntelliJ IDEA by JetBrains (Download Link: https://www.jetbrains.com/idea/download/#section=windows).
- Clone the repository.
git clone https://github.com/Hqasim/Break-Out.git
- Open folder root folder in IntelliJ IDEA.
- Execute project.
For quick access to the game application use the runnable Jar located at: Break Out\out\artifacts\Break_Out_jar.
Java Swing and AWT library
Version 2.0:
- Added New Brick Colors
- Added different rebound angles of ball when it collides with paddle
- Added Starting game text
- Fixed new game issues
- Hamzah Qasim