https://github.com/nymann/osgilab
https://github.com/nymann/osgilab
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymann/osgilab
- Owner: nymann
- Created: 2022-05-12T08:39:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T20:26:32.000Z (about 4 years ago)
- Last Synced: 2025-03-28T21:06:49.753Z (about 1 year ago)
- Language: Java
- Size: 112 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```