PyTracery for Renpy by Paul Okopny
Original PyTracery by Allison Parrish is available here: https://github.com/aparrish/pytracery
This is a single file version with TraceryCharacter class to use in Renpy
Tracery (http://tracery.io/) is a project by Kate Compton (http://www.galaxykate.com/)
Check Kate Compton's Tracery tutorial (http://www.crystalcodepalace.com/traceryTut.html) for more info
NB! In this version, use < and > instead of [ and ]. This change has to be made to be compatible with Renpy formatting language
- Copy the renpy_tracery.py file into the game directory of your Renpy project.
- Define grammar for your characte(s) in the python block of the .rpy file(s).
- Define character(s) using TraceryCharacter class.
- Create your game!