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

https://github.com/nymann/osgilab


https://github.com/nymann/osgilab

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# OSGiLab

https://user-images.githubusercontent.com/7005867/168492498-3f7ab35a-2191-4989-9f27-b232cab87574.mp4

### Running the game

##### Via make target

```sh
make run
```

##### Via maven

```sh
mvn clean install -DskipTests -f Asteroids/pom.xml
mvn install pax:provision -f Asteroids/pom.xml
```