Roguelike built in Kotlin, with Zircon/Amethyst
Find a file
2023-11-06 03:02:33 -07: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 Revert back to WASD 2023-11-06 03:02:33 -07:00
.gitignore Update .gitignore 2023-10-29 12:41:38 -06:00
build.gradle.kts Bump kotlin version 2023-11-06 02:58:38 -07: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 Tiny lil updates 2023-11-04 02:26:44 -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

  1. Make sure you have installed Java 20/21
  2. Clone this repo and run ./gradlew clean build || ~~Download the latest .jar in the Releases page Self-Hosted ForgeJo | ~~Mirror~~~~
  3. Navigate to the build/libs directory, and run the jar (make sure its executable!)
  4. Enjoy!