What is PyCube?
PyCube is a work-in-progress Twine story format that combines elements of SugarCube with Python-like syntax.
Features
- Python like-syntax,
if / else
blocks, using indentation. - Link to other passages by typing
[[link text | passage]]
or[[passage]]
. - Variables that you can display like
{var}
directly in the page. - A growing number of built-in cool macros.
- Fully open-source, BSD-2-Clause License
How to Use
Add the story format to your formats in the Twine editor:
The PyCube URL is: https://pycube.org/format.js