Replace all occurances of 'Hold ButtonX' with 'Long ButtonX' in the button tables...
[Rockbox.git] / manual / plugins / jewels.tex
blobaa1219ccba33ad5fca2def5bac9e9653ccd37415
1 \subsection{Jewels}
2 \screenshot{plugins/images/ss-jewels}{Jewels}{img:jewels}
4 Jewels is a simple yet addicting game which involves swapping
5 pairs of jewels in order to form connected segments of three
6 or more of the same type.
8 The goal of the game is to score as many points as possible
9 before running out of available moves. Higher points are
10 awarded to larger combos. The game advances to the next level
11 after every one hundred points and randomly clears several jewels.
13 \opt{RECORDER_PAD}{
14 \begin{table}
15 \begin{btnmap}{}{}
16 \ButtonLeft, \ButtonRight, \ButtonUp{} and \ButtonDown
17 & Move the cursor around the jewels \\
18 \ButtonPlay
19 & Select a jewel \\
20 Long \ButtonPlay
21 & Show the in-game menu\\
22 \ButtonOff
23 & Exit\\
24 \end{btnmap}
25 \end{table}
27 \opt{ONDIO_PAD}{
28 \begin{table}
29 \begin{btnmap}{}{}
30 \ButtonLeft, \ButtonRight, \ButtonUp{} and \ButtonDown
31 & Move the cursor around the jewels \\
32 \ButtonMenu
33 & Select a jewel \\
34 Long \ButtonMenu
35 & Show the in-game menu\\
36 \ButtonOff
37 & Exit\\
38 \end{btnmap}
39 \end{table}
41 \opt{h1xx,h300}{
42 \begin{table}
43 \begin{btnmap}{}{}
44 \ButtonLeft, \ButtonRight, \ButtonUp{} and \ButtonDown
45 & Move the cursor around the jewels \\
46 \ButtonSelect
47 & Select a jewel \\
48 Long \ButtonSelect
49 & Show the in-game menu\\
50 \ButtonOff
51 & Exit\\
52 \end{btnmap}
53 \end{table}
55 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{
56 \begin{table}
57 \begin{btnmap}{}{}
58 \ButtonLeft, \ButtonRight, \ButtonMenu{} and \ButtonPlay
59 & Move the cursor around the jewels \\
60 \ButtonSelect
61 & Select a jewel \\
62 Long \ButtonSelect
63 & Show the in-game menu\\
64 \end{btnmap}
65 \end{table}
66 To exit the game, bring up the in-game menu and select \setting{Quit}\\
68 \opt{SANSA_E200_PAD}{
69 \begin{table}
70 \begin{btnmap}{}{}
71 \ButtonLeft, \ButtonRight, \ButtonUp{} and \ButtonDown
72 & Move the cursor around the jewels \\
73 \ButtonSelect
74 & Select a jewel \\
75 Long \ButtonSelect
76 & Show the in-game menu\\
77 \ButtonPower
78 & Exit\\
79 \end{btnmap}
80 \end{table}
82 \opt{GIGABEAT_PAD}{
83 \begin{table}
84 \begin{btnmap}{}{}
85 \ButtonLeft, \ButtonRight, \ButtonUp{} and \ButtonDown
86 & Move the cursor around the jewels \\
87 \ButtonSelect
88 & Select a jewel \\
89 \ButtonPower
90 & Show the in-game menu\\
91 \end{btnmap}
92 \end{table}
93 To exit the game, bring up the in-game menu and select \setting{Quit}\\