potrogue/README.md

9 lines
551 B
Markdown
Raw Permalink Normal View History

2023-10-28 19:54:38 -06:00
# PotRogue
2024-02-12 18:48:30 -07:00
### A WIP roguelike project built in [Kotlin](https://kotlinlang.org/), utilizing [Zircon](https://hexworks.org/projects/zircon/).
2023-10-28 21:09:10 -06:00
2023-10-30 01:56:29 -06:00
## Installation
1. Make sure you have installed Java 20/21
2023-11-01 03:28:04 -06:00
2. Clone this repo and run `./gradlew clean build` || ~~Download the latest .jar in the Releases page [Self-Hosted ForgeJo](https://git.ouroboros.group/Ouroboros/potrogue/releases) | ~~[Mirror](https://next.forgejo.org/Ouroboros/potrogue/releases)~~~~
2023-11-01 03:29:15 -06:00
3. Navigate to the `build/libs` directory, and run the jar (make sure its executable!)
2023-10-30 01:56:29 -06:00
4. Enjoy!