Created
July 25, 2011 14:51
-
-
Save wizardishungry/1104300 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; | |
; CYOA 12 (1982) | |
; Inside UFO 54-40 | |
; by Edward Packard | |
; | |
; Each node is a page in the book, with | |
; the lines between them representing | |
; choices. The first page is drawn in | |
; black and marked with a dot. | |
; | |
; Pages that contain an ending are color- | |
; coded based on the goodness of that | |
; ending. red is catastrophic, warm colors | |
; are of varying levels of mediocrity, and | |
; blue is the ideal, ‘winning’ ending. | |
; | |
; don’t color in the decision pages | |
{color:none} | |
; choices | |
1 -> 6 | |
3 -> 5 | |
3 -> 16 | |
3 -> 8 | |
4 -> 22 | |
4 -> 25 | |
5 -> 11 | |
5 -> 14 | |
6 -> 3 | |
6 -> 4 | |
8 -> 10 | |
10 -> 15 | |
10 -> 18 | |
11 -> 111 | |
15 -> 54 | |
16 -> 30 | |
16 -> 32 | |
18 -> 34 | |
18 -> 36 | |
20 -> 57 | |
20 -> 58 | |
22 -> 37 | |
22 -> 117 | |
25 -> 114 | |
28 -> 112 | |
30 -> 48 | |
30 -> 49 | |
32 -> 117 | |
34 -> 40 | |
34 -> 51 | |
36 -> 52 | |
36 -> 65 | |
37 -> 61 | |
37 -> 64 | |
38 -> 75 | |
38 -> 76 | |
38 -> 79 | |
42 -> 27 | |
42 -> 99 | |
43 -> 44 | |
43 -> 46 | |
44 -> 71 | |
48 -> 113 | |
52 -> 82 | |
54 -> 56 | |
56 -> 27 | |
56 -> 28 | |
57 -> 91 | |
64 -> 63 | |
64 -> 107 | |
65 -> 93 | |
65 -> 118 | |
69 -> 88 | |
69 -> 100 | |
76 -> 80 | |
76 -> 83 | |
80 -> 98 | |
80 -> 90 | |
82 -> 87 | |
82 -> 85 | |
83 -> 94 | |
85 -> 86 | |
86 -> 73 | |
91 -> 92 | |
94 -> 96 | |
96 -> 116 | |
101 -> 104 | |
105 -> 106 | |
107 -> 108 | |
108 -> 105 | |
108 -> 97 | |
111 -> 20 | |
111 -> 21 | |
112 -> 42 | |
112 -> 43 | |
113 -> 69 | |
113 -> 67 | |
114 -> 41 | |
114 -> 50 | |
117 -> 38 | |
117 -> 8 | |
; endings | |
1 {color:#444, shape:dot, label:·} | |
14 {color:#c6531e} | |
21 {color:#db8e3c} | |
27 {color:#db8e3c} | |
40 {color:#b01700} | |
41 {color:#db8e3c} | |
46 {color:#b01700} | |
49 {color:#c6531e} | |
50 {color:#db8e3c} | |
51 {color:#c6531e} | |
58 {color:#95cde5} | |
61 {color:#b01700} | |
63 {color:#c6531e} | |
67 {color:#ffe35f} | |
71 {color:#ffe35f} | |
73 {color:#db8e3c} | |
75 {color:#c6531e} | |
79 {color:#b01700} | |
87 {color:#b01700} | |
88 {color:#c6531e} | |
90 {color:#b01700} | |
92 {color:#db8e3c} | |
93 {color:#b01700} | |
97 {color:#b01700} | |
98 {color:#95cde5} | |
99 {color:#b01700} | |
100 {color:#ffe35f} | |
104 {color:#95cde5} | |
106 {color:#95cde5} | |
116 {color:#95cde5} | |
118 {color:#95cde5} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment