Replace all occurances of 'Hold ButtonX' with 'Long ButtonX' in the button tables...
[Rockbox.git] / manual / plugins / solitaire.tex
blob072c93d8c370e267e7551bfe435de15d84c75d6c
1 \subsection{Solitaire}
2 \screenshot{plugins/images/ss-solitaire}{Klondike solitaire}{fig:solitaire}
4 This is the classic Klondike solitaire game for Rockbox.
5 This is probably the best-known solitaire in the world. Many people
6 don't even realize that other games exist. Though the name may not
7 be familiar, the game itself certainly is. This is due in no small
8 part to Microsoft's inclusion of the the game in every version of
9 Windows. Though popular, the odds of winning are rather low, perhaps
10 one in thirty hands.
12 For the full set of rules to the game, and other facinating information
13 visit\\
14 \url{http://www.solitairecentral.com/rules/klondike.html}
16 \begin{table}
17 \begin{btnmap}{}{}
18 \ButtonLeft/\ButtonRight/\\
19 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,SANSA_C200_PAD}
20 {\ButtonUp/\ButtonDown}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
22 \opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp/\ButtonScrollDown}
23 & Move Cursor around.\\
25 \opt{RECORDER_PAD}{\ButtonOn}
26 \opt{ONDIO_PAD}{\ButtonMenu}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonSelect}
28 \opt{IRIVER_H10_PAD}{\ButtonPlay}
29 & Select cards, move cards, reveal hidden cards...\\
31 \opt{RECORDER_PAD}{\ButtonFOne}
32 \opt{ONDIO_PAD}{Long \ButtonMenu}
33 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
34 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD}{\ButtonMenu}
35 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
36 \opt{IRIVER_H10_PAD}{Long \ButtonLeft}
37 \opt{SANSA_E200_PAD}{\ButtonRec}
38 \opt{SANSA_C200_PAD}{\ButtonVolDown}
39 & If a card was selected -- unselect it, else\\
40 & Draw 3 new cards from the remains stack\\
42 \opt{RECORDER_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
43 \opt{ONDIO_PAD}{Long \ButtonDown}
44 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn + \ButtonLeft}
45 \opt{IAUDIO_X5_PAD}{Long \ButtonPlay}
46 \opt{IRIVER_H10_PAD}{\ButtonFF}
47 \opt{SANSA_E200_PAD}{\ButtonLeft}
48 \opt{SANSA_C200_PAD}{\ButtonRec}
49 \opt{GIGABEAT_PAD}{\ButtonA + \ButtonLeft}
50 & Put the card from the top of the remains stack on top of the cursor\\
52 \opt{RECORDER_PAD}{\ButtonFTwo}
53 \opt{ONDIO_PAD}{Long \ButtonUp}
54 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,GIGABEAT_PAD,SANSA_C200_PAD}{Long \ButtonSelect}
55 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonMenu}
56 \opt{IAUDIO_X5_PAD}{Long \ButtonSelect}
57 \opt{IRIVER_H10_PAD}{\ButtonRew}
58 \opt{SANSA_E200_PAD}{\ButtonRec+\ButtonRight}
59 & Put the card under the cursor on one of the 4 final colour stacks.\\
61 \opt{RECORDER_PAD}{\ButtonFThree}
62 \opt{IRIVER_H10_PAD,ONDIO_PAD,IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonRight}
63 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn + \ButtonRight}
64 \opt{IAUDIO_X5_PAD}{\ButtonRec}
65 \opt{SANSA_E200_PAD}{\ButtonRight}
66 \opt{GIGABEAT_PAD}{\ButtonA + \ButtonRight}
67 \opt{SANSA_C200_PAD}{\ButtonVolUp}
68 & Put the card on top of the remains stack on one of the final colour stacks.\\
70 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H300_PAD,IRIVER_H100_PAD}{\ButtonOff}
71 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
72 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
73 & Show menu\\
74 \end{btnmap}
75 \end{table}