summaryrefslogtreecommitdiff
path: root/manual/plugins/nim.tex
diff options
context:
space:
mode:
authorDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-17 16:55:14 +0000
committerDominik Riebeling <Dominik.Riebeling@gmail.com>2006-04-17 16:55:14 +0000
commit19bd1a4cebcbe406cf9cf53111004b5655609df7 (patch)
tree1ca0b561f5836dd398e615177e5cb3b1be064562 /manual/plugins/nim.tex
parent9f2be9b17f4e3e1b418e2e8513a6f28b496354fe (diff)
downloadrockbox-19bd1a4cebcbe406cf9cf53111004b5655609df7.tar.gz
rockbox-19bd1a4cebcbe406cf9cf53111004b5655609df7.zip
Fix Nim and Jackpot plugins for player. Add new platforms for Sudoku and Bubbles. (FS#5154, FS#5158 by Mark Bright)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9703 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/nim.tex')
-rw-r--r--manual/plugins/nim.tex44
1 files changed, 7 insertions, 37 deletions
diff --git a/manual/plugins/nim.tex b/manual/plugins/nim.tex
index dbbcc30c39..e3757135fe 100644
--- a/manual/plugins/nim.tex
+++ b/manual/plugins/nim.tex
@@ -1,11 +1,6 @@
1subsection{Nim} 1% $Id$ %
2{\centering\itshape 2\subsection{Nim}
3 [Warning: Image ignored] % Unhandled or unsupported graphics: 3\screenshot{plugins/images/ss-nim}{Nim}{img:Nim}
4%\includegraphics[width=5.128cm,height=1.99cm]{images/rockbox-manual-img39.png}
5 \newline
6Nim plugin
7\par}
8
9Rules of Nim: There are 21 matches. Two players (you and the Jukebox) 4Rules of Nim: There are 21 matches. Two players (you and the Jukebox)
10alternately pick a certain number of matches and the one who takes the 5alternately pick a certain number of matches and the one who takes the
11last match loses. You can take up to twice as many matches as the 6last match loses. You can take up to twice as many matches as the
@@ -13,35 +8,10 @@ Jukebox selected, and vice versa.
13 8
14\begin{table} 9\begin{table}
15\begin{btnmap}{}{} 10\begin{btnmap}{}{}
16MINUS & Decrease the number of matches \\ 11\ButtonLeft & Decrease the number of matches \\
17PLUS & Increase the number of matches \\ 12\ButtonRight & Increase the number of matches \\
18PLAY & Remove the number of matches you have selected \\ 13\ButtonPlay & Remove the number of matches you have selected \\
19STOP & Exit the game \\ 14\ButtonStop & Exit the game \\
20\end{btnmap}
21\end{table}
22
23\subsubsection{Pong (Recorder, Ondio)}
24{\centering\itshape
25 [Warning: Image ignored] % Unhandled or unsupported graphics:
26%\includegraphics[width=3.787cm,height=2.164cm]{images/rockbox-manual-img40.png}
27 \newline
28Pong game
29\par}
30
31The world's first arcade game comes to Rockbox. This
32is a ``tennis game'' for two players. The
33left player uses LEFT and F1 to move and the right player uses RIGHT
34and F3. The aim is to prevent the ball leaving the screen. The player
35that loses the least balls wins.
36
37\begin{table}
38\begin{btnmap}{}{}
39KEY & ACTION \\
40F1 & Player 1 up \\
41LEFT & Player 1 down \\
42F3 & Player 2 up \\
43RIGHT & Player 2 down \\
44OFF & Quit \\
45\end{btnmap} 15\end{btnmap}
46\end{table} 16\end{table}
47 17