This Cookbook contains documentation, tips, and examples for using the non-linear story creation tool Twine.
Starting with version 2.0, the Twine Cookbook is created using mkdocs with the Material theme and plugin set.
It can be found at https://twinery.org/cookbook/
.
The Cookbook can be built using Python. Run pip install -r requirements.txt
to install the requirements.
mkdocs build
creates HTML and CSS files based on the markdown files.mkdocs serve
builds and hosts a local server version.Note: Depending on how Python is installed in Windows, users may need to use pip install --user -r requirements.txt
to install and then use python -m
before any MkDocs commands.
Start with the Code of Conduct and then review the steps in the Contributing guide.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.