Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 485 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 485 Bytes

Rpg

Text-based role playing game engine written in python.

Requirement

You'll need the following packages to run the game: python (2.7 or above) sqlite3

Installation

#First, create the database
cd database
./createDb.sh
# Go back in the game folder
cd ..
# Then launch the game
python ./main.py

Note

The code is PEP8 compliant, however, because tabulations are use for the indentation, the following errors should be ignored: W191, E122, E123, E127, E128