1
0
Fork 0
forked from len0rd/rockbox

Patch #4823 by Nils Wallménius. Adds Pong and Sudoku to the manual.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9015 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2006-03-12 22:29:15 +00:00
parent fea567f9af
commit 933bbaa1d6
9 changed files with 28 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 419 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 481 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 423 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 888 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

View file

@ -17,7 +17,9 @@ will carry on playing whilst plugins are being run.
\section{Games}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}
{See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator}.}
{See also the Chip{}-8 emulator on page \pageref{ref:Chip8emulator}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor}{and Sudoku on page
\pageref{ref:Sudoku}}.}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/bejeweled.tex}}
@ -33,6 +35,8 @@ will carry on playing whilst plugins are being run.
\opt{player}{\input{plugins/nim.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/pong.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/rockblox.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/sliding.tex}}
@ -88,6 +92,8 @@ the associated file. Viewers are stored in the
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/sort.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor}{\input{plugins/sudoku.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/text_viewer.tex}}
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/vbrfix.tex}}

21
manual/plugins/pong.tex Normal file
View file

@ -0,0 +1,21 @@
\subsection{Pong}
\begin{figure}[ht!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-pong-\genericimg.png}
\end{center}
\caption{Pong}
\end{figure}
Pong is a simple two player "tennis game". Whenever a player misses the ball the other scores.
\begin{table}[ht!]
\begin{center}
\begin{tabular}{ll}\toprule
\textbf{Key} & \textbf{Action}\\\midrule
\opt{recorder,recorderv2fm}{F1}\opt{ondio}{LEFT}\opt{h1xx,h300}{UP}\opt{ipodcolor,ipodnano}{MENU} & Left player up\\
\opt{recorder,recorderv2fm,ipodcolor,ipodnano}{LEFT}\opt{ondio}{MODE}\opt{h1xx,h300}{DOWN} & Left player down\\
\opt{recorder,recorderv2fm}{F3}\opt{ondio}{UP}\opt{h1xx,h300}{PLAY}\opt{ipodcolor,ipodnano}{RIGHT} & Right player up\\
\opt{recorder,recorderv2fm}{RIGHT}\opt{ondio}{DOWN}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{PLAY} & Right player down\\
\opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT} & Quit\\\bottomrule
\end{tabular}
\end{center}
\end{table}