-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathscore.xml
More file actions
128 lines (128 loc) · 3.76 KB
/
Copy pathscore.xml
File metadata and controls
128 lines (128 loc) · 3.76 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
<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>not started</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>
<PageId>PlayMaze</PageId>
<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>
<Row>
<Name>About</Name>
<Widget>
<WidgetId>about</WidgetId>
<Name>by @SteveSfartz (https://developer.cisco.com)</Name>
<Type>Text</Type>
<Options>size=4;align=left;fontSize=small</Options>
</Widget>
</Row>
<Options>hideRowNames=0</Options>
</Page>
<Name>Play</Name>
</Panel>
</Extensions>