Skip to content

superDross/HonestQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HonestQuest

A simple dependency free turn based terminal JRPG written in Python3.

About

Demo Video - Image

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!

Installation

git clone https://github.com/superDross/HonestQuest
PYTHONPATH=$PYTHONPATH:/path/to/HonestQuest/
cd HonestQuest/
python3 HonestQuest

Testing

cd HonestQuest/test
python3 -m unittest *.py -b