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

https://github.com/nymann/javalab


https://github.com/nymann/javalab

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# JavaLab

![demo](https://user-images.githubusercontent.com/7005867/168170246-a584b7e1-93bc-4291-808e-18f23e190236.gif)

### Running the game

##### Via make target

```sh
make run
```

##### Via maven

```sh
mvn install -f AsteroidsEntityFramework/pom.xml
mvn package -f AsteroidsEntityFramework/Core/pom.xml
java -jar bin/JavaLab.jar
```