-
Notifications
You must be signed in to change notification settings - Fork 0
/
story.json
1 lines (1 loc) · 1.19 KB
/
story.json
1
{"parts":{"1":{"choices":[{"nextPart":2,"svg":"<rect width='50' height='50' style='fill:blue;' />","text":"Left"},{"nextPart":3,"svg":"<circle cx='25' cy='25' r='25' style='fill:green;' />","text":"Right"}],"text":"Hello traveller. You are at a fork in the road. Do you go left or right?"},"2":{"choices":[{"nextPart":4,"svg":"<rect width='50' height='50' style='fill:blue;' />","text":"Swim"},{"nextPart":5,"svg":"<circle cx='25' cy='25' r='25' style='fill:green;' />","text":"Walk"}],"text":"You took the left path and found a river. Do you swim across or walk along the bank?"},"3":{"choices":[{"nextPart":6,"svg":"<rect width='50' height='50' style='fill:blue;' />","text":"Climb"},{"nextPart":7,"svg":"<circle cx='25' cy='25' r='25' style='fill:green;' />","text":"Walk Around"}],"text":"You took the right path and found a mountain. Do you climb it or walk around it?"},"4":{"choices":[],"text":"You swam across the river and reached a village. The end."},"5":{"choices":[],"text":"You walked along the bank and found a bridge. The end."},"6":{"choices":[],"text":"You climbed the mountain and saw a beautiful sunset. The end."},"7":{"choices":[],"text":"You walked around the mountain and found a cave. The end."}}}