/adventure.py

tiny text-based python rpg

Primary LanguagePythonMIT LicenseMIT

adventure.py

A tiny text-based RPG. Kinda.

Setup

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.git

Navigate to the project folder, and run main.py!

python main.py

or

python3 main.py

Use python only if the Python3 installer installed itself as python in your PATH.