War Torn Faith is a browser-based text RPG.
If you aren't familiar with Git and/or GitHub, you can refer to our quick primer for more info.
Install dependencies with pipenv:
$ pipenv install --three
Start the app:
$ pipenv run python -m wtf
When you're done:
$ pipenv --rm
If you are interesting in contributing to War Torn Faith, please see CONTRIBUTING.md.