-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathlevels.xml
More file actions
162 lines (162 loc) · 4.57 KB
/
levels.xml
File metadata and controls
162 lines (162 loc) · 4.57 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<Extensions>
<Version>1.4</Version>
<Panel>
<Icon>Disc</Icon>
<Type>Home</Type>
<Page>
<Name>Play the Maze</Name>
<Row>
<Name>Score</Name>
<Widget>
<WidgetId>score</WidgetId>
<Name> </Name>
<Type>Text</Type>
<Options>size=2;fontSize=normal</Options>
</Widget>
<Widget>
<WidgetId>restart</WidgetId>
<Name>restart</Name>
<Type>Button</Type>
<Options>size=2</Options>
</Widget>
</Row>
<Row>
<Name>Instructions</Name>
<Widget>
<WidgetId>instructions</WidgetId>
<Name>Then here you are, lost in an hostile maze, looking for the treasure. Pick a direction...</Name>
<Type>Text</Type>
<Options>size=4;align=left;fontSize=normal</Options>
</Widget>
</Row>
<Row>
<Name>Pick a direction</Name>
<Widget>
<WidgetId>directions</WidgetId>
<Name>help</Name>
<Type>DirectionalPad</Type>
<Options>size=4</Options>
</Widget>
</Row>
<Options>hideRowNames=0</Options>
</Page>
<Page>
<Name>Rules</Name>
<Row>
<Name>Instructions</Name>
<Widget>
<WidgetId>rules</WidgetId>
<Name>Navigate around the maze and find the treasure. Press 'Help' to show the map. Note that it will cost you 500 points every time you ask for it.</Name>
<Type>Text</Type>
<Options>size=4;fontSize=small</Options>
</Widget>
</Row>
<Row>
<Name>Symbols</Name>
<Widget>
<WidgetId>symbol_location</WidgetId>
<Name>'o' : your current location</Name>
<Type>Text</Type>
<Options>size=2;fontSize=small</Options>
</Widget>
<Widget>
<WidgetId>symbol_treasure</WidgetId>
<Name>'?' : the treasure (+5.000)</Name>
<Type>Text</Type>
<Options>size=2;fontSize=small</Options>
</Widget>
</Row>
<Row>
<Name> </Name>
<Widget>
<WidgetId>symbol_nothing</WidgetId>
<Name>'_' : nothing here (+50)</Name>
<Type>Text</Type>
<Options>size=2;fontSize=small</Options>
</Widget>
<Widget>
<WidgetId>symbol_border</WidgetId>
<Name>'|' : maze border (-200)</Name>
<Type>Text</Type>
<Options>size=2;fontSize=small</Options>
</Widget>
</Row>
<Row>
<Name> </Name>
<Widget>
<WidgetId>symbol_wall</WidgetId>
<Name>'X' : a wall (-100)</Name>
<Type>Text</Type>
<Options>size=2;fontSize=small</Options>
</Widget>
<Widget>
<WidgetId>symbol_cat</WidgetId>
<Name>'C' : a cat (+200)</Name>
<Type>Text</Type>
<Options>size=2;fontSize=small</Options>
</Widget>
</Row>
<Row>
<Name> </Name>
<Widget>
<WidgetId>symbol_dog</WidgetId>
<Name>'D' : a dog (-200)</Name>
<Type>Text</Type>
<Options>size=2;fontSize=small</Options>
</Widget>
<Widget>
<WidgetId>symbol_monster</WidgetId>
<Name>'M': a monster (-500)</Name>
<Type>Text</Type>
<Options>size=2;fontSize=small</Options>
</Widget>
</Row>
<Options>hideRowNames=0</Options>
</Page>
<Page>
<Name>Options</Name>
<Row>
<Name>Level</Name>
<Widget>
<WidgetId>difficulty</WidgetId>
<Type>GroupButton</Type>
<Options>size=4</Options>
<ValueSpace>
<Value>
<Key>0</Key>
<Name>Rookie</Name>
</Value>
<Value>
<Key>1</Key>
<Name>Seasoned</Name>
</Value>
<Value>
<Key>2</Key>
<Name>Expert</Name>
</Value>
</ValueSpace>
</Widget>
</Row>
<Row>
<Name>Version</Name>
<Widget>
<WidgetId>unused</WidgetId>
<Name>v1.0.0</Name>
<Type>Text</Type>
<Options>size=4;fontSize=normal;align=left</Options>
</Widget>
</Row>
<Row>
<Name>About</Name>
<Widget>
<WidgetId>widget_1</WidgetId>
<Name>by @SteveSfartz (developer.cisco.com)</Name>
<Type>Text</Type>
<Options>size=4;fontSize=normal</Options>
</Widget>
</Row>
<Options>hideRowNames=0</Options>
</Page>
<Name>Play</Name>
</Panel>
</Extensions>