dungen
Simple dungeon generator
File Explorer
Download Latest Version (.zip)- badlogic.jpg
- ss-v1.png
- ss-v2.png
- DrawSettingsGUI.java
- GenSettingsGUI.java
- HelpGUI.java
- Restarter.java
- Saver.java
- BaseScreen.java
- DrawSettings.java
- DungenGame.java
- DungenScreen.java
- DungeonGenerator.java
- GenSettings.java
- Grid.java
- HallwayPath.java
- PlatformBridge.java
- Room.java
- RoomEdge.java
- RoomGraph.java
- RoomNode.java
- Utils.java
- Dungen.gwt.xml
- build.gradle
- DesktopLauncher.java
- build.gradle
- gradle-wrapper.jar
- gradle-wrapper.properties
- HtmlLauncher.java
- GdxDefinition.gwt.xml
- GdxDefinitionSuperdev.gwt.xml
- web.xml
- index.html
- refresh.png
- soundmanager2-jsmin.js
- soundmanager2-setup.js
- styles.css
- build.gradle
- .gitignore
- AUTHORS
- build.gradle
- CONTRIBUTORS
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE
- README.md
- settings.gradle
# Installation Guide
1. Get the code
git clone https://github.com/piotr-j/dungen
Downloads the entire project code from GitHub to your computer.
cd dungen
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
