12 lines
779 B
Markdown
12 lines
779 B
Markdown
# PotRogue
|
|
### A WIP, opensource, roguelike project built in [Kotlin](https://kotlinlang.org/), utilizing [Zircon](https://hexworks.org/projects/zircon/).
|
|
|
|
### For now, please make issues on [The mirror repo](https://next.forgejo.org/Ouroboros/potrogue/issues) 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](https://git.ouroboros.group/Ouroboros/potrogue/releases) | ~~[Mirror](https://next.forgejo.org/Ouroboros/potrogue/releases)~~
|
|
3. Double click jar (make sure its executable if you are on linux!) or run ``java -jar ${downloaded_jar_name.jar}``
|
|
4. Enjoy!
|