potrogue/README.md

7 lines
504 B
Markdown
Raw Normal View History

2023-10-28 19:54:38 -06:00
# PotRogue
2023-10-28 21:09:10 -06:00
### A WIP, opensource, roguelike project built in [Kotlin](https://kotlinlang.org/), utilizing [Zircon](https://hexworks.org/projects/zircon/).
The plan is to be able to self-contain the entire game on a DVD/Blue-Ray once "completed." thatd be so cool and so epic.
2023-10-27 01:33:00 -06:00
2023-10-29 02:24:00 -06:00
Big help from [The Hexworks Tutorial](https://hexworks.org/posts/tutorials/2018/12/04/how-to-make-a-roguelike.html), which helped me understand the basics of zircon,
much of this code will be heavily transformed once complete.