Skip to content

Instantly share code, notes, and snippets.

@triptych
Created September 26, 2020 16:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save triptych/292ca59362a8846ee053f820421459aa to your computer and use it in GitHub Desktop.
Save triptych/292ca59362a8846ee053f820421459aa to your computer and use it in GitHub Desktop.
tinychoice game
A game made with tinychoice.org. Just go there and paste it in to try it out :)
{"START":[["You stand between a field of sheep and a field of cows."],[""],["You wonder what the cows are up to, but you can't figure it out."],[""],["Go to the cows","COWFIELD"],["Go to the sheep","SHEEPFIELD"],[""]],"__STARTSECTION__":"START","COWFIELD":[["Cows are rolling about."],[""],["Roll with the cows","COWFIELD2"],["Leave this place","START"],[""]],"COWFIELD2":[["You roll around for a bit, but you don't feel that you really fit in here."],[""],["Leave this place","START"],[""]],"SHEEPFIELD":[["Sheep are jumping up and down"],[""],["Jump with the sheep","SHEEPFIELD2"],["Leave this place","START"],[""]],"SHEEPFIELD2":[["You jump up and down, just like the sheep, but however hard and long you try they still look at you differently."],[""],["Leave this place","START"],[""]]}
=START=
You stand between a field of sheep and a field of cows.
You wonder what the cows are up to, but you can't figure it out.
Go to the cows -> cowfield
Go to the sheep -> sheepfield
=COWFIELD=
Cows are rolling about.
Roll with the cows -> cowfield2
Leave this place -> start
=COWFIELD2=
You roll around for a bit, but you don't feel that you really fit in here.
Leave this place -> start
=SHEEPFIELD=
Sheep are jumping up and down
Jump with the sheep -> sheepfield2
Leave this place -> start
=SHEEPFIELD2=
You jump up and down, just like the sheep, but however hard and long you try they still look at you differently.
Leave this place -> start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment