ChooseScript is a scripting language for CYOA-types.
Go to file
Robert Miles 79cc290c90 Actually make the reference implementation follow spec
Technically true and false were being represented in variable expansion as True and False because Python is weird; this has now been rectified.
2020-10-31 08:22:18 +00:00
.gitignore Initial commit 2020-06-29 21:38:45 -04:00
README.md Initial commit 2020-06-29 21:38:45 -04:00
SPEC.md Add pause command 2020-06-30 00:13:24 -04:00
altogether.chs Initial commit 2020-06-29 21:38:45 -04:00
choosescript.py Actually make the reference implementation follow spec 2020-10-31 08:22:18 +00:00
conditionals.chs Initial commit 2020-06-29 21:38:45 -04:00
input_and_choices.chs Initial commit 2020-06-29 21:38:45 -04:00
requirements.txt Initial commit 2020-06-29 21:38:45 -04:00

README.md

ChooseScript - CYOA-style Scripting

ChooseScript is a scripting language for CYOA-like stories. It has variables, input, jumping, and most importantly, it has choices!