A polished version of the classic Breakout game written in Java using JavaFX. The game features paddle control, bouncing ball physics, and dynamic brick layout.
- JavaFX-based 2D gameplay
- Smooth paddle movement with mouse
- Ball collision with bricks and paddle
- Level generation system with colored bricks
- Money bricks with visual highlights
- Win condition and auto exit
- Java 17+
- JavaFX
- Object-Oriented Design
- Java JDK 17
- JavaFX SDK
- Clone the repository:
git clone https://github.com/vbnk22/BrakeoutGame
cd breakout-java- Compile the game:
javac BreakoutGame.java- Run the game:
java BreakoutGame