Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sibnerian/breakout
A simple Brick Breaker game written in Java.
https://github.com/sibnerian/breakout
Last synced: 7 days ago
JSON representation
A simple Brick Breaker game written in Java.
- Host: GitHub
- URL: https://github.com/sibnerian/breakout
- Owner: sibnerian
- Created: 2012-12-23T07:41:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-24T02:28:55.000Z (about 12 years ago)
- Last Synced: 2024-04-14T11:08:44.281Z (10 months ago)
- Language: Java
- Homepage:
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Breakout
========A simple Brick Breaker game written in Java. Run it as a NetBeans project, or use the following shell commands in the source directory: javac *.java && java Game