Roguelike built in Kotlin, with Zircon/Amethyst
Find a file
2023-11-01 03:27:05 -06:00
config/detekt So much lint 2023-10-30 11:23:31 -06:00
gradle/wrapper Winning and losing views && Update Gradle and Kotlin 2023-10-28 14:24:38 -06:00
src/main Bump amethyst and fix player duplication bug 2023-11-01 03:21:45 -06:00
.gitignore Update .gitignore 2023-10-29 12:41:38 -06:00
build.gradle.kts Tweak Config.kt 2023-10-30 12:39:09 -06:00
gradle.properties Bump amethyst and fix player duplication bug 2023-11-01 03:21:45 -06:00
gradlew we make da view 2023-10-28 13:37:01 -06:00
gradlew.bat Initial commit 2023-10-27 07:33:00 +00:00
LICENSE Typo 2023-10-29 23:53:50 -06:00
README.md Update README.md 2023-11-01 03:27:05 -06:00
settings.gradle.kts we make da view 2023-10-28 13:37:01 -06:00

PotRogue

A WIP, opensource, roguelike project built in Kotlin, utilizing Zircon.

For now, please make issues on The mirror repo as ForgeFed has not yet been implemented in mainline ForgeJo, and this instance does not have an open registration

Installation

Dependencies:

  1. Make sure you have installed Java 20/21 ~~2. Download the latest .jar in the Releases page Self-Hosted ForgeJo | ~~Mirror~~~~
  2. Clone this repo and run ./gradlew clean build
  3. Double click jar (make sure its executable if you are on linux!) or run java -jar ${downloaded_jar_name.jar}
  4. Enjoy!