Text-based role playing game engine written in python.
You'll need the following packages to run the game: python (2.7 or above) sqlite3
#First, create the database
cd database
./createDb.sh
# Go back in the game folder
cd ..
# Then launch the game
python ./main.py
The code is PEP8 compliant, however, because tabulations are use for the indentation, the following errors should be ignored: W191, E122, E123, E127, E128