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.
- Host: GitHub
- URL: https://github.com/chaseofthejungle/java-brick-breaker-game
- Owner: chaseofthejungle
- Created: 2023-09-19T04:38:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T17:28:10.000Z (over 1 year ago)
- Last Synced: 2025-06-17T01:41:54.396Z (6 months ago)
- Topics: java, java-game, javax
- Language: Java
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:**
