Skip to content

Interrupt/delverengine

Folders and files

NameName
Last commit message
Last commit date
Dec 11, 2024
Oct 5, 2022
Mar 12, 2020
Oct 28, 2022
Nov 15, 2022
Dec 12, 2024
Dec 11, 2024
Oct 6, 2022
Dec 11, 2024
Oct 18, 2022
Apr 2, 2021
Nov 14, 2018
Mar 1, 2021
Nov 1, 2022
Sep 17, 2020
Apr 27, 2022
Dec 11, 2024
Nov 15, 2018
Nov 14, 2018
Sep 6, 2020
Sep 6, 2020
Nov 1, 2022

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