67 lines
1.1 KiB
TeX
67 lines
1.1 KiB
TeX
|
\subsection{ Snake 2}
|
||
|
{\centering\itshape
|
||
|
[Warning: Image ignored] % Unhandled or unsupported graphics:
|
||
|
%\includegraphics[width=3.96cm,height=2.23cm]{images/rockbox-manual-img43.png}
|
||
|
\newline
|
||
|
Snake 2 {--} The Snake Strikes Back
|
||
|
\par}
|
||
|
|
||
|
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{center}\begin{tabular}{|p{5.0550003cm}|p{7.984cm}|}
|
||
|
\hline
|
||
|
{\centering\bfseries\itshape
|
||
|
KEY
|
||
|
\par}
|
||
|
&
|
||
|
{\centering\bfseries\itshape
|
||
|
ACTION
|
||
|
\par}
|
||
|
\\\hline
|
||
|
{\centering
|
||
|
UP/DOWN
|
||
|
\par}
|
||
|
&
|
||
|
(in menu) Set game speed
|
||
|
\\\hline
|
||
|
{\centering
|
||
|
F1
|
||
|
\par}
|
||
|
&
|
||
|
(in menu) Change starting maze
|
||
|
\\\hline
|
||
|
{\centering
|
||
|
F3
|
||
|
\par}
|
||
|
&
|
||
|
(in menu) Select game type (A or B)
|
||
|
\\\hline
|
||
|
{\centering
|
||
|
UP/DOWN/LEFT/RIGHT
|
||
|
\par}
|
||
|
&
|
||
|
Steer the snake
|
||
|
\\\hline
|
||
|
{\centering
|
||
|
PLAY
|
||
|
\par}
|
||
|
&
|
||
|
Pause the game
|
||
|
\\\hline
|
||
|
{\centering
|
||
|
STOP
|
||
|
\par}
|
||
|
&
|
||
|
Exit the game
|
||
|
\\\hline
|
||
|
\end{tabular}\end{center}
|
||
|
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.
|
||
|
|