https://github.com/nymann/netbeanslab2
Dynamic NetBeans Asteroids Game
https://github.com/nymann/netbeanslab2
Last synced: 10 months ago
JSON representation
Dynamic NetBeans Asteroids Game
- Host: GitHub
- URL: https://github.com/nymann/netbeanslab2
- Owner: nymann
- Created: 2022-05-12T08:34:43.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T23:22:29.000Z (about 4 years ago)
- Last Synced: 2025-08-11T21:43:08.386Z (10 months ago)
- Language: Java
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NetBeansLab2
### Running the game
##### On the off-chance that someone else is running this
The path to the updates.xml path in [Bundle.properties](https://github.com/nymann/NetBeansLab2/blob/master/Asteroids/SilentUpdate/src/main/resources/org/netbeans/modules/autoupdate/silentupdate/resources/Bundle.properties) is hard-coded.
You can fix it manually or run `make fix-bundle-path`.
##### 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
```