An open API service indexing awesome lists of open source software.

https://github.com/chaseofthejungle/java-brick-breaker-game

A Java clone of the arcade game Breakout, developed using the Javax library.
https://github.com/chaseofthejungle/java-brick-breaker-game

java java-game javax

Last synced: 5 months ago
JSON representation

A Java clone of the arcade game Breakout, developed using the Javax library.

Awesome Lists containing this project

README

          

# Java Brick Breaker Game (Super Brick Breaker)

**Description:** This program is similar to the classic arcade game [Breakout](https://en.wikipedia.org/wiki/Breakout_(video_game)). It implements [Javax](https://www.baeldung.com/java-packages-vs-javax) technology for the game frame and various player, opponent, and scoring elements, and is split into multiple class files to promote clean organization/division of the main program driver, gameplay, and map generator logic.

*Note: Javax library must be available for import to compile this code.*

**Preview:**

![Super Brick Breaker Preview](https://github.com/chaseofthejungle/java-brick-breaker-game/blob/main/sbbdemo.png "Super Brick Breaker Preview")