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
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.
- Add story depth ( longest possible sequence of nodes )
- Add populate_script, for some initial data, so fresh project is easier to go through