mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-10 21:55:10 -05:00
Patch #4821 by Nils Wallménius. Add Checkbox plugin to the manual
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9012 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b7a96707bc
commit
fcd884ba9b
6 changed files with 28 additions and 0 deletions
26
manual/plugins/chessbox.tex
Normal file
26
manual/plugins/chessbox.tex
Normal file
|
|
@ -0,0 +1,26 @@
|
||||||
|
\subsection{Chessbox}
|
||||||
|
\begin{figure}[h!]
|
||||||
|
\begin{center}
|
||||||
|
\includegraphics[width=4cm]{plugins/images/ss-chessbox-\genericimg.png}
|
||||||
|
\end{center}
|
||||||
|
\caption{Chessbox}
|
||||||
|
\end{figure}
|
||||||
|
Chessbox is a chess game with computer AI. The chess engine is a port of GNU Chess 2 by John Stanback.\\
|
||||||
|
|
||||||
|
\textbf{Keys}
|
||||||
|
\begin{table}[ht!]
|
||||||
|
\begin{center}
|
||||||
|
\begin{tabular}{ll}\toprule
|
||||||
|
\textbf{Key} & \textbf{Action}\\\midrule
|
||||||
|
Direction keys & Move the cursor\\
|
||||||
|
\opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{short press on MODE}\opt{h1xx,ipodcolor,ipodnano}{SELECT}\opt{h300}{NAVI}
|
||||||
|
& Select / Move piece\\
|
||||||
|
\opt{recorder,recorderv2fm}{F1}\opt{ondio}{MODE+OFF}\opt{h1xx,h300}{A-B}\opt{ipodcolor,ipodnano}{SELECT+RIGHT}
|
||||||
|
& Change level\\
|
||||||
|
\opt{recorder,recorderv2fm}{MENU}\opt{ondio}{long press on MODE}\opt{h1xx,h300}{PLAY}\opt{ipodcolor,ipodnano}{SELECT+PLAY}
|
||||||
|
& Force play\\
|
||||||
|
\opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}\opt{ipodcolor,ipodnano}{SELECT+MENU}
|
||||||
|
& Quit\\\bottomrule
|
||||||
|
\end{tabular}
|
||||||
|
\end{center}
|
||||||
|
\end{table}
|
||||||
BIN
manual/plugins/images/ss-chessbox-112x64x1.png
Normal file
BIN
manual/plugins/images/ss-chessbox-112x64x1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 405 B |
BIN
manual/plugins/images/ss-chessbox-160x128x2.png
Normal file
BIN
manual/plugins/images/ss-chessbox-160x128x2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 798 B |
BIN
manual/plugins/images/ss-chessbox-176x132x16.png
Normal file
BIN
manual/plugins/images/ss-chessbox-176x132x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
manual/plugins/images/ss-chessbox-220x176x16.png
Normal file
BIN
manual/plugins/images/ss-chessbox-220x176x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.3 KiB |
|
|
@ -23,6 +23,8 @@ will carry on playing whilst plugins are being run.
|
||||||
|
|
||||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/brickmania.tex}}
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/brickmania.tex}}
|
||||||
|
|
||||||
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/chessbox.tex}}
|
||||||
|
|
||||||
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}}
|
\opt{recorder,recorderv2fm,ondio,h1xx,h300,ipodcolor,ipodnano}{\input{plugins/flipit.tex}}
|
||||||
|
|
||||||
\opt{player}{\input{plugins/jackpot.tex}}
|
\opt{player}{\input{plugins/jackpot.tex}}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue