This is a simple roguelike about exploring a ruin for lost relics.
It is intended to be a climbing exploration roguelike, where cool level generation and the ability to traverse the level take precedence over combat.
Kotlin Zircon
To run the application, checkout the code, cd to it, and run the gradle run.
./gradlew run