Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 709 Bytes

File metadata and controls

23 lines (17 loc) · 709 Bytes

AdventureReader

How To Run

In AdventureReader folder:

pip install -r requirements.txt -U

In app folder:

python manage.py migrate
python manage.py loaddata genres.json
python manage.py runserver

About Project:

Platform for writing and reading interactive stories. All stories are divided in story-nodes, that branch further into new nodes. The idea behind the project is to allow multiple users to write one story that can be branched out. Keep in mind that once the node is extended it cannot be changed anymore.

TODO

  • Add story depth ( longest possible sequence of nodes )
  • Add populate_script, for some initial data, so fresh project is easier to go through