When changing cache path update the size information.
[Rockbox.git] / manual / plugins / minesweeper.tex
blobae0c802cafe4c308201926ae8a7a356e2b84b8f7
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}
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}{\ButtonScrollUp/\ButtonScrollDown
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 & Toggle flag on / off \\
50 \opt{RECORDER_PAD}{\ButtonFTwo/\ButtonPlay}
51 \opt{ONDIO_PAD}{Long \ButtonMenu}
52 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonSelect}
53 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonSelect}
54 \opt{IRIVER_H10_PAD}{\ButtonRew}
55 \opt{SANSA_C200_PAD}{Long \ButtonSelect/\ButtonVolUp}
56 & Reveal the contents of the current square \\
58 \opt{RECORDER_PAD}{\ButtonFThree}
59 \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonOff}
60 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
61 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay}
62 \opt{IAUDIO_X5_PAD,SANSA_C200_PAD}{\ButtonRec}
63 \opt{SANSA_E200_PAD}{Long \ButtonRec}
64 \opt{IRIVER_H10_PAD}{\ButtonRew+\ButtonPlay}
65 \opt{GIGABEAT_PAD}{\ButtonMenu}
66 & Display the current game status \\
68 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
69 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
70 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonMenu}
71 & Exit the game \\
72 \end{btnmap}
73 \end{table}