rockbox/manual/plugins/chessbox.tex
Dominik Riebeling 717f2b7cb3 Mak use of button macros.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9595 a1c6a512-1295-4272-9138-f99709370657
2006-04-10 18:47:38 +00:00

37 lines
1.2 KiB
TeX

\subsection{Chessbox}
\screenshot{plugins/images/ss-chessbox}{Chessbox}{img:chessbox}
Chessbox is a chess game with computer AI. The chess engine is a port of
GNU Chess 2 by John Stanback.
When you quit the game the current state will be saved and restored when
you resume the game.
\subsubsection{Keys}
\begin{table}
\begin{btnmap}{}{}
Direction keys
& Move the cursor\\
\opt{recorder,recorderv2fm}{\ButtonPlay}
\opt{ondio}{short press on \ButtonMenu}
\opt{h1xx,h300,ipodcolor,ipodnano}{\ButtonSelect}
& Select / Move piece\\
\opt{recorder,recorderv2fm}{\ButtonFOne}
\opt{ondio}{\ButtonMenu+\ButtonOff}
\opt{h1xx,h300}{\ButtonMode}
\opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonRight}
& Change level\\
\opt{recorder,recorderv2fm}{\ButtonOn}
\opt{ondio}{long press on \ButtonMenu}
\opt{h1xx,h300}{\ButtonOn}
\opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonPlay}
& Force play\\
\opt{recorder,recorder2fm}{n/a}
\opt{ondio}{n/a}
\opt{h1xx,h300}{\ButtonRec}
\opt{x5}{\ButtonSelect}
& Restart Game\\
\opt{recorder,recorderv2fm,h1xx,h300}{\ButtonOff}
\opt{ondio}{\ButtonOff}
\opt{ipodcolor,ipodnano}{\ButtonSelect+\ButtonMenu}
& Quit\\
\end{btnmap}
\end{table}