This project is a demo for a procedural map generation mechanic using python and Kivy.
To run the project, you need to have python 3.6+ installed. Then, install the dependencies using pip:
virtualenv env (or python3 -m venv env)
source env/bin/activate
pip install -r requirements.txt
Then, run the project using:
python -m GameApp