Welcome to my terminal based Python Text RPG!
In this game you will fight varied enemies, level up skills, and complete quests!
- Combat
- Gathering Skills
- Crafting Skills
- Quests (on their way)
- Save/Load Game Function
- Open Terminal
- Download the latest version of Python
sudo apt-get install python3 - Verify your Python Version
python3 --version - Clone or download the repo
git clone git@github.com:rhettp/Python-Text-RPG.git - Navigate to repo folder
cd Python-Text-RPG-main - Run game
python3 src/main.py
- Download the latest version of Python
https://www.python.org/downloads/windows/
- Open Command Prompt
- Verify your Python Version
python -V - Clone or download the rep
git clone git@github.com:rhettp/Python-Text-RPG.git - Navigate to repo folder
cd Python-Text-RPG-main - Run game
python src/main.py
