Skip to content

Text-based role playing game engine written in python.

Notifications You must be signed in to change notification settings

orientalperil/Rpg

Repository files navigation

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

About

Text-based role playing game engine written in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published