cyoa.json
1 [ 2 { 3 "card_id": "startup", 4 "background_image": "startup.bmp", 5 "sound": "startup.wav", 6 "auto_advance": "5" 7 }, 8 { 9 "card_id": "home", 10 "background_image": "home.bmp", 11 "sound": "home.wav", 12 "sound_repeat": "True", 13 "button01_text": "Help", 14 "button01_goto_card_id": "help", 15 "button02_text": "Start", 16 "button02_goto_card_id": "want to build?" 17 }, 18 19 { 20 "card_id": "want to build?", 21 "background_image": "page01.bmp", 22 "text": "You do not have any friends so you decide that it might be a good idea to build a robot friend. You're unsure if you want to do this, so now is the time to decide. Do you want to build a robot friend?", 23 "text_color": "0x000001", 24 "sound": "sound_01.wav", 25 "button01_text": "Yes", 26 "button01_goto_card_id": "continue?", 27 "button02_text": "No", 28 "button02_goto_card_id": "lazy" 29 }, 30 { 31 "card_id": "continue?", 32 "background_image": "page02.bmp", 33 "text": "You spend all day, then all week, then all month building a robot, everyone stops talking to you, however a lot of progress has been made. Do you want to keep making the robots?", 34 "text_color": "0xFFFFFF", 35 "button01_text": "Yes", 36 "button01_goto_card_id": "robot friend", 37 "button02_text": "No", 38 "button02_goto_card_id": "lazy" 39 }, 40 { 41 "card_id": "robot friend", 42 "background_image": "page03.bmp", 43 "text": "The robot is now you're friend, everyone else wishes they had a robot, this is the best thing ever. Good work!", 44 "text_color": "0xFFFFFF", 45 "sound": "Mystery.wav", 46 "button01_text": "Next", 47 "button01_goto_card_id": "happy ending" 48 }, 49 { 50 "card_id": "lazy", 51 "background_image": "page04.bmp", 52 "sound": "sound_04.wav", 53 "text": "Welp, not only will you not have any friends, you are lazy. What's the point of playing? Try again.", 54 "text_color": "0xFFFFFF", 55 "button01_text": "Start Over", 56 "button01_goto_card_id": "home" 57 }, 58 { 59 "card_id": "help", 60 "background_image": "help.bmp", 61 "text": "All you need to do is click the buttons, that's it.\nThis is a new line.", 62 "text_color": "0xFFFFFF", 63 "button01_text": "Home", 64 "button01_goto_card_id": "home" 65 }, 66 { 67 "card_id": "happy ending", 68 "background_image": "happyending.bmp", 69 "sound": "happy_ending.wav", 70 "sound_repeat": "True", 71 "button01_text": "Home", 72 "button01_goto_card_id": "home" 73 } 74 ]