Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 742 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 742 Bytes

DjaIF

DjaIF, simple Django-powered Interactive Fiction engine.

This project is a software that I'am developing during this series of YouTube streams (in Russian).

How to

  1. Get UV
  2. Clone
  3. uv sync
  4. uv run python manage.py migrate.
  5. uv run python manage.py createsuperuser --username=admin and set password to admin (TODO: make the password optional).
  6. uv run python manage.py runserver.

DB Example

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.