Skip to content

Interrupt/delverengine

Repository files navigation

delverengine

License: Zlib Discord

Delver Engine Open Source

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.

Building

To compile on your own ensure you have installed JDK8 or higher. Open a terminal to the repo root and run the following commands:

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.

Notes

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

This is built on the LibGDX game framework, more information on LibGDX is available at https://libgdx.badlogicgames.com/

For discussion and help, check out the Official Delver Community Discord

Main Applications

Run configurations for IntelliJ have been included, for manual setup use the following:

Game: DungeoneerDesktop/src/com/interrupt/dungeoneer/DesktopStarter.java

Editor: DelvEdit/src/com/interrupt/dungeoneer/EditorStarter.java

Working directory: Dungeoneer

Resources directory: Dungeoneer/assets