From da6aae3fd3d7c7ae1810675a4884c9d86dc7399b Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Sat, 11 Feb 2006 01:29:51 +0000 Subject: forgot to add the files.. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8659 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/snake2.tex | 66 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 manual/plugins/snake2.tex (limited to 'manual/plugins/snake2.tex') diff --git a/manual/plugins/snake2.tex b/manual/plugins/snake2.tex new file mode 100644 index 0000000000..1bb6eccb41 --- /dev/null +++ b/manual/plugins/snake2.tex @@ -0,0 +1,66 @@ +\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. + -- cgit v1.2.3