83088139e54cf63fb2f3e37d39afb02a2c066c10
Story Manager
A lightweight storylet manager for Twee and Sugarcube.
Why another storylet manager?
Feature list
- Generating potential storylets based on state
- Filtering to N storylets based on priority
- Allowing some storylets to interrupt and take priority
- Track storylet history (e.g. to prevent repetition)
- Storylets bound to specific data
- Storylet with any binding
- Storylet tagging and filtering (i.e. pull from only a subset of storylets)
- Widget for displaying storylet links
- Make the widget into a macro
- Weighted random choice
- Explore replacing storylet generators returning arrays with the
yield
keyword? Pro: produces cleaner code; Con: requires users to understandyield
and remember to use the function * notation.
Description
Languages
JavaScript
100%