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

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

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
```