rockbox/manual/plugins/snake2.tex
Dominik Riebeling 8c177221b3 Added environment to unify button mapping tables. Adjust plugins to use it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9475 a1c6a512-1295-4272-9138-f99709370657
2006-04-03 22:45:01 +00:00

26 lines
745 B
TeX

\subsection{Snake 2}
\screenshot{plugins/images/ss-snake2}%
{Snake 2 {--} The Snake Strikes Back}{img:snake2}
Another version of the Snake game. Move the snake around, and eat the
apples that pop up on the screen. Each time an apple is eaten, the
snake gets longer. The game ends when the snake hits a wall, or runs
into itself.
The controls are:
\begin{table}
\begin{btnmap}{}{}
UP/DOWN & (in menu) Set game speed \\
F1 & (in menu) Change starting maze \\
F3 & (in menu) Select game type (A or B) \\
UP/DOWN/LEFT/RIGHT & Steer the snake \\
PLAY & Pause the game \\
STOP & Exit the game \\
\end{btnmap}
\end{table}
In game A, the maze stays the same, in Game B
after an increasing number of apples eaten the maze is replaced by a
new one.