Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaskelly authored Mar 11, 2021
1 parent ff5c7c6 commit 415e81f
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,24 @@ Delver engine and editor source code release

This source release does not contain or cover the game data from Delver, the game data remains subject to the original copyright and applicable law.

![Delver editor in action](https://i.imgur.com/tqeeJqH.png)
## Building
To compile on your own ensure you have installed [JDK8](https://adoptopenjdk.net/) or higher. Open a terminal to the repo root and run the following commands:

# License
### Game

_Running:_ `gradlew DungeoneerDesktop:run`
_Building:_ `gradlew DungeoneerDesktop:dist`

### Editor

_Running:_ `gradlew DelvEdit:run`
_Building:_ `gradlew DelvEdit:dist`

## License

This source code release is licensed under the zlib Open Source license. [See LICENSE.txt for more information.](LICENSE.txt)

# Notes
## Notes

Delver is a Java project most easily built via Gradle. Import the Gradle project into your IDE of choice.

Expand Down

0 comments on commit 415e81f

Please sign in to comment.