{"start":{"title":"Start","description":"You find yourself in a dark forest.","options":[{"text":"Go deeper into the forest","target":"forest"},{"text":"Follow the path","target":"path"},{"id":"start_option_2","text":"Go deeper into the forest","target":"forest"},{"id":"start_option_3","text":"Follow the path","target":"path"}]},"forest":{"title":"Deep Forest","description":"The trees grow thicker around you.","options":[{"text":"Climb a tree","target":"tree"},{"text":"Return to the start","target":"start"},{"id":"forest_option_2","text":"Climb a tree","target":"tree"},{"id":"forest_option_3","text":"Return to the start","target":"start"}]},"path":{"title":"Forest Path","description":"You come across a winding path.","options":[{"text":"Follow the path","target":"cabin"},{"text":"Return to the start","target":"start"},{"id":"path_option_2","text":"Follow the path","target":"cabin"},{"id":"path_option_3","text":"Return to the start","target":"start"}]},"tree":{"title":"Treetop","description":"You have a view of the surrounding area.","options":[{"text":"Climb down","target":"forest"},{"id":"tree_option_1","text":"Climb down","target":"forest"}]},"cabin":{"title":"Cabin","description":"You discover an old cabin in the woods.","options":[{"text":"Enter the cabin","target":"end"},{"text":"Return to the path","target":"path"},{"id":"cabin_option_2","text":"Enter the cabin","target":"end"},{"id":"cabin_option_3","text":"Return to the path","target":"path"}]},"end":{"title":"The End","description":"Congratulations! You've completed the adventure.","options":[{"text":"Start over","target":"start"},{"id":"end_option_1","text":"Start over","target":"start"}]}} |