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

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

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
```