DjaIF, simple Django-powered Interactive Fiction engine.
This project is a software that I'am developing during this series of YouTube streams (in Russian).
- Get poetry.
- Clone.
poetry install
.poetry run python manage.py migrate
.poetry run python manage.py createsuperuser --username=admin
and set password toadmin
(TODO: make the password optional).poetry run python manage.py runserver
.
You can copy example/db.sqlite3
file to the project's root and possibly run some migrations (manage.py migrate
). Then you'll be able to play example game. It is pretty incomplete but it shows most of engine features.