rlkivy is a RogueLike Game made in Python using Kivy.
I am striving make a polished Kivy version of the roguelike tutorial.
Python 3.7
git clone https://github.com/Sunnigen/rlkivy.git
cd rlkivy-master
python -m pip install -r requirements.txt
python main.py
08/15/2021
All animations happen in unison! Seeded proc-gen. It"s slowly coming together.
See V1.0.0 release plan in projects tab for current progress!