A tiny text-based RPG. Kinda.
Ensure that you have Python 3.x on your system. If not, download it from the official Python website. Once you have Python 3.x installed, clone this repo:
git clone https://github.com/Caephler/adventure.py.gitNavigate to the project folder, and run main.py!
python main.pyor
python3 main.pyUse python only if the Python3 installer installed itself as python in your PATH.