Skip to content
/ djaif Public
forked from astynax/djaif

Django-powered Interactive Fiction engine

Notifications You must be signed in to change notification settings

zhabinka/djaif

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 poetry.
  2. Clone.
  3. poetry install.
  4. poetry run python manage.py migrate.
  5. poetry run python manage.py createsuperuser --username=admin and set password to admin (TODO: make the password optional).
  6. poetry 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.

About

Django-powered Interactive Fiction engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.7%
  • HTML 16.5%
  • CSS 2.6%
  • Makefile 0.2%