summaryrefslogtreecommitdiff
path: root/manual/plugins/snake2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/snake2.tex')
-rw-r--r--manual/plugins/snake2.tex12
1 files changed, 5 insertions, 7 deletions
diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex
index bca622df44..a87564f8df 100644
--- a/manual/plugins/snake2.tex
+++ b/manual/plugins/snake2.tex
@@ -9,19 +9,17 @@ into itself.
9 9
10The controls are: 10The controls are:
11 11
12\begin{table}[h!] 12\begin{table}
13\begin{center} 13\begin{btnmap}{}{}
14\begin{tabular}{@{}ll@{}}\toprule
15\textbf{Key} & \textbf{Action} \\\midrule
16UP/DOWN & (in menu) Set game speed \\ 14UP/DOWN & (in menu) Set game speed \\
17F1 & (in menu) Change starting maze \\ 15F1 & (in menu) Change starting maze \\
18F3 & (in menu) Select game type (A or B) \\ 16F3 & (in menu) Select game type (A or B) \\
19UP/DOWN/LEFT/RIGHT & Steer the snake \\ 17UP/DOWN/LEFT/RIGHT & Steer the snake \\
20PLAY & Pause the game \\ 18PLAY & Pause the game \\
21STOP & Exit the game \\\bottomrule 19STOP & Exit the game \\
22\end{tabular} 20\end{btnmap}
23\end{center}
24\end{table} 21\end{table}
22
25In game A, the maze stays the same, in Game B 23In game A, the maze stays the same, in Game B
26after an increasing number of apples eaten the maze is replaced by a 24after an increasing number of apples eaten the maze is replaced by a
27new one. 25new one.