Rename InstallProgress form to ProgressLogger as it's a generic logger window now.
[Rockbox.git] / manual / plugins / minesweeper.tex
blob3feb879986fc93fce41c509f1b40ed1252a9edff
1 % $Id$ %
2 \subsection{Minesweeper}
3 \screenshot{plugins/images/ss-minesweeper}{Minesweeper plugin}{img:minesweeper}
4 The classic game of minesweeper. Use
5 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD}
6 {the \ButtonUp\ and \ButtonDown\ keys}
7 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack }
8 \opt{IRIVER_H10_PAD}{\ButtonScrollUp/\ButtonScrollDown}
9 to select the required percentage of mines to set the difficulty
10 then press the
11 \opt{RECORDER_PAD}{\ButtonOn}
12 \opt{ONDIO_PAD}{\ButtonMenu}
13 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect}
14 \opt{IAUDIO_X5_PAD}{\ButtonRec}
15 \opt{IRIVER_H10_PAD}{\ButtonFF}key to begin.
17 The aim of the game is to uncover all of the squares on the board. If a
18 mine is uncovered then the game is over. If a mine is not uncovered,
19 then the number of mines adjacent to the current square is revealed.
20 The aim is to use the information you are given to work out where the
21 mines are and avoid them. When the player is certain that they know
22 the location of a mine, it can be tagged to avoid accidentally
23 ``stepping'' on it.
25 \begin{table}
26 \begin{btnmap}{}{}
27 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu/\ButtonPlay/\ButtonLeft/\ButtonRight}
28 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}
29 {\ButtonUp/\ButtonDown/\ButtonLeft/\ButtonRight}
30 \opt{IRIVER_H10_PAD}
31 {\ButtonScrollUp/\ButtonScrollDown/\ButtonLeft/\ButtonRight}
32 & Move the cursor across the minefield \\
34 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd/\ButtonScrollBack
35 & Scroll through the entire minefield \\}%
37 \opt{SANSA_E200_PAD}{\ButtonScrollFwd/\ButtonScrollBack
38 & Scroll through the entire minefield \\}%
40 \opt{RECORDER_PAD}{\ButtonFOne/\ButtonOn}
41 \opt{ONDIO_PAD}{\ButtonMenu}
42 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn/\ButtonRec}
43 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}
44 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
45 \opt{SANSA_E200_PAD}{\ButtonRec}
46 \opt{SANSA_C200_PAD}{\ButtonSelect/\ButtonVolDown}
47 \opt{GIGABEAT_PAD}{\ButtonA}
48 \opt{MROBE100_PAD}{\ButtonDisplay}
49 & Toggle flag on / off \\
51 \opt{RECORDER_PAD}{\ButtonFTwo/\ButtonPlay}
52 \opt{ONDIO_PAD}{Long \ButtonMenu}
53 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
54 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
55 \opt{IRIVER_H10_PAD}{\ButtonRew}
56 \opt{SANSA_C200_PAD}{Long \ButtonSelect/\ButtonVolUp}
57 & Reveal the contents of the current square \\
59 \opt{RECORDER_PAD}{\ButtonFThree}
60 \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonOff}
61 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
62 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
63 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD}{\ButtonRec}
64 \opt{SANSA_E200_PAD}{Long \ButtonRec}
65 \opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay}
66 \opt{GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
67 & Display the current game status \\
69 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
70 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
71 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
72 & Exit the game \\
73 \end{btnmap}
74 \end{table}