A simple dependency free turn based terminal JRPG written in Python3.
This game is inspired by the original Dragon Quest. It features magic that can be gained when leveling up, an item store, and random turn-based battles with enemy ascii art. The enemy type generation and move choice is performed by a weight random system, which keeps the player on their toes!
git clone https://github.com/superDross/HonestQuest
PYTHONPATH=$PYTHONPATH:/path/to/HonestQuest/
cd HonestQuest/
python3 HonestQuest
cd HonestQuest/test
python3 -m unittest *.py -b