rockbox/manual/plugins/codebuster.tex
Teruaki Kawashima 6290f78177 Correct Id keyword and add svn:keywords property.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23346 a1c6a512-1295-4272-9138-f99709370657
2009-10-25 13:40:24 +00:00

35 lines
1.5 KiB
TeX

% $Id$
\subsection{Codebuster}
\screenshot{plugins/images/ss-codebuster}{Codebuster}{img:codebuster}
Codebuster is a clone of the classic mastermind game. The computer selects a
random combination of coloured pegs and the aim is to guess the correct combination
in the smallest number of moves. After each attempt to guess the combination the
results are displayed in the form of red and white pegs. A red peg signifies
a correct peg in the correct position, and a white peg signifies a correct
peg in the wrong position.
\begin{table}
\begin{btnmap}{}{}
\opt{IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD}{\ButtonPower}
\opt{SANSA_FUZE_PAD}{Long \ButtonHome}
\opt{IPOD_4G_PAD}{\ButtonMenu}
\opt{IRIVER_H300_PAD}{\ButtonOff}
\opt{GIGABEAT_S_PAD}{\ButtonBack}
\opt{HAVEREMOTEKEYMAP}{& }
& Show menu \\
\opt{IRIVER_H300_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_E200_PAD,SANSA_C200_PAD,SANSA_FUZE_PAD,IPOD_4G_PAD}
{\ButtonSelect}
\opt{IAUDIO_X5_PAD}{\ButtonRec}
\opt{HAVEREMOTEKEYMAP}{& }
& Check suggestion and move to next line \\
\ButtonLeft\ / \ButtonRight
\opt{HAVEREMOTEKEYMAP}{& }
& Select a peg \\
\opt{IRIVER_H300_PAD,IAUDIO_X5_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,SANSA_C200_PAD}
{\ButtonUp\ / \ButtonDown}
\opt{SANSA_E200_PAD,SANSA_FUZE_PAD,IPOD_4G_PAD}{\ButtonScrollFwd\ / \ButtonScrollBack}
\opt{HAVEREMOTEKEYMAP}{& }
& Change current peg \\
\end{btnmap}
\end{table}