summaryrefslogtreecommitdiff
path: root/manual/plugins/minesweeper.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/minesweeper.tex')
-rw-r--r--manual/plugins/minesweeper.tex12
1 files changed, 5 insertions, 7 deletions
diff --git a/manual/plugins/minesweeper.tex b/manual/plugins/minesweeper.tex
index d08ee3e873..e74aab6fe3 100644
--- a/manual/plugins/minesweeper.tex
+++ b/manual/plugins/minesweeper.tex
@@ -1,6 +1,5 @@
1\subsection{Minesweeper} 1\subsection{Minesweeper}
2\screenshot{plugins/images/ss-minesweeper}% 2\screenshot{plugins/images/ss-minesweeper}{Minesweeper plugin}{img:minesweeper}
3{Minesweeper plugin}{img:minesweeper}
4 3
5The classic game of minesweeper. Use the UP and DOWN keys to select the 4The classic game of minesweeper. Use the UP and DOWN keys to select the
6required percentage of mines to set the difficulty then press the MENU 5required percentage of mines to set the difficulty then press the MENU
@@ -14,12 +13,11 @@ mines are and avoid them. When the player is certain that they know
14the location of a mine, it can be tagged to avoid accidentally 13the location of a mine, it can be tagged to avoid accidentally
15``stepping'' on it. 14``stepping'' on it.
16 15
17\begin{table}[h!] 16\begin{table}
18\begin{tabular}{@{}ll@{}}\toprule 17\begin{btnmap}{}{}
19\textbf{Key} & \textbf{Action} \\\midrule
20UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\ 18UP/DOWN/LEFT/RIGHT & Move the cursor across the minefield \\
21PLAY / F1 & Toggle flag on / off \\ 19PLAY / F1 & Toggle flag on / off \\
22MENU / F2 & Reveal the contents of the current square \\ 20MENU / F2 & Reveal the contents of the current square \\
23STOP & Exit the game \\\bottomrule 21STOP & Exit the game \\
24\end{tabular} 22\end{btnmap}
25\end{table} 23\end{table}