Roguelike built in Kotlin, with Zircon/Amethyst
Find a file
2024-02-14 18:17:06 -07:00
bin/main wha? 2024-02-12 18:45:21 -07:00
config/detekt So much lint 2023-10-30 11:23:31 -06:00
gradle/wrapper
src/main So close to finishing the tileset I swear 2024-02-14 18:17:06 -07:00
.gitignore
build.gradle.kts wha? 2024-02-12 18:45:21 -07:00
gradle.properties Bump amethyst and fix player duplication bug 2023-11-01 03:21:45 -06:00
gradlew
gradlew.bat
LICENSE Typo 2023-10-29 23:53:50 -06:00
NOTES.md notes 2023-11-06 03:38:42 -07:00
README.md Update README.md 2024-02-12 18:48:30 -07:00
settings.gradle.kts
TODO.md Add some things to TODO.md 2024-02-14 17:50:49 -07:00

PotRogue

A WIP roguelike project built in Kotlin, utilizing Zircon.

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!