Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
electronstudio committed Oct 6, 2021
2 parents 001c542 + 001490d commit 11e31db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Right-click on the example and select `run`.

## Use it to run the included examples from the command line

./gradlew run -Pmain=examples.HeightMap
./gradlew run -Pmain=examples.CubicMap
./gradlew run -Pmain=examples.HeightMap
./gradlew run -Pmain=examples.CubicMap

## Use it as the basis of your own game.

Edit `Main.java` with your own code. (You can delete the examples.) Then

To run:

`./gradlew run`
./gradlew run

To build a zip file you can distribute:

`./gradlew distZip`
./gradlew distZip

0 comments on commit 11e31db

Please sign in to comment.