https://github.com/yogthos/space-invaders
Sample Java 2D game of Space Invaders
https://github.com/yogthos/space-invaders
Last synced: 8 months ago
JSON representation
Sample Java 2D game of Space Invaders
- Host: GitHub
- URL: https://github.com/yogthos/space-invaders
- Owner: yogthos
- License: mit
- Created: 2010-05-11T23:18:59.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2018-11-16T05:48:56.000Z (about 7 years ago)
- Last Synced: 2025-05-07T23:42:44.174Z (8 months ago)
- Language: Java
- Homepage:
- Size: 2.56 MB
- Stars: 8
- Watchers: 3
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Compiling using Maven
```bash
git clone https://github.com/yogthos/Space-Invaders.git
cd Space-Invaders
mvn install
java -jar target/space-invaders-1.0.one-jar.jar
```