rockbox/manual/plugins/snake2.tex
Martin Arver 37d26dead9 Added screenshots to a number of plugins for the 160x128x2 screensizes. Now most of the 2.4 plugins have screenshots for this resolution
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8936 a1c6a512-1295-4272-9138-f99709370657
2006-03-06 20:47:25 +00:00

33 lines
933 B
TeX

\subsection{Snake 2}
\begin{figure}[h!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-snake2-\genericimg.png}
\end{center}
\caption{Snake 2 {--} The Snake Strikes Back}
\end{figure}
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}[h!]
\begin{center}
\begin{tabular}{|c|c|}
\hline
KEY & ACTION \\\hline
UP/DOWN & (in menu) Set game speed \\\hline
F1 & (in menu) Change starting maze \\\hline
F3 & (in menu) Select game type (A or B) \\\hline
UP/DOWN/LEFT/RIGHT & Steer the snake \\\hline
PLAY & Pause the game \\\hline
STOP & Exit the game \\\hline
\end{tabular}
\end{center}
\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.