https://github.com/nymann/netbeanslab1
https://github.com/nymann/netbeanslab1
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nymann/netbeanslab1
- Owner: nymann
- Created: 2022-05-11T21:34:20.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T18:39:40.000Z (about 4 years ago)
- Last Synced: 2025-03-28T21:06:49.372Z (about 1 year ago)
- Language: Java
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NetBeansLab1

### Running the game
##### Via make target
```sh
make run
```
##### Via maven
```sh
mvn install -DskipTests -f Asteroids/pom.xml
mvn nbm:run-platform -f Asteroids/application/pom.xml
```