Finalizing tutorial and creating final game example

This commit is contained in:
David Masad
2021-01-29 22:46:04 -05:00
parent b598d050f4
commit 83088139e5
7 changed files with 645 additions and 15 deletions

View File

@ -17,4 +17,5 @@ A lightweight storylet manager for Twee and Sugarcube.
- [X] Storylet tagging and filtering (i.e. pull from only a subset of storylets)
- [X] Widget for displaying storylet links
- [ ] Make the widget into a macro
- [ ] Weighted random choice
- [ ] Weighted random choice
- [ ] Explore replacing storylet generators returning arrays with the `yield` keyword? **Pro:** produces cleaner code; **Con:** requires users to understand `yield` and remember to use the function * notation.