Roguelike built in Kotlin, with Zircon/Amethyst
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle.kts |
PotRogue
A WIP, opensource, roguelike project built in Kotlin, utilizing Zircon.
The plan is to be able to self-contain the entire game on a DVD/Blue-Ray once "completed." thatd be so cool and so epic.
Installation
Dependencies:
- Make sure you have installed Java 20/21
- Download the latest .jar in the Releases page Self-Hosted ForgeJo | Mirror
- Double click jar (make sure its executable if you are on linux!) or run
java -jar ${downloaded_jar_name.jar}
- Enjoy!