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
BIN
manual/plugins/images/ss-pong-112x64x1.png
Normal file
|
After Width: | Height: | Size: 179 B |
BIN
manual/plugins/images/ss-pong-160x128x2.png
Normal file
|
After Width: | Height: | Size: 169 B |
BIN
manual/plugins/images/ss-pong-176x132x16.png
Normal file
|
After Width: | Height: | Size: 419 B |
BIN
manual/plugins/images/ss-pong-220x176x16.png
Normal file
|
After Width: | Height: | Size: 481 B |
BIN
manual/plugins/images/ss-sudoku-112x64x1.png
Normal file
|
After Width: | Height: | Size: 423 B |
BIN
manual/plugins/images/ss-sudoku-160x128x2.png
Normal file
|
After Width: | Height: | Size: 888 B |
BIN
manual/plugins/images/ss-sudoku-220x176x16.png
Normal file
|
After Width: | Height: | Size: 1.9 KiB |
|
|
@ -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
|
|
@ -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}
|
||||