rockbox/manual/plugins/codebuster.tex
Alex Parker b7330ca295 Correct manual keymaps for plugins recently converted to PLA, and use manual PLA defines for them.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26380 a1c6a512-1295-4272-9138-f99709370657
2010-05-29 15:23:22 +00:00

29 lines
1.1 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{btnmap}
\PluginCancel
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
& Show menu \\
\PluginSelect
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
& Check suggestion and move to next line \\
\PluginLeft{} / \PluginRight
\opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
& Select a peg \\
\nopt{scrollwheel}{\PluginUp{} / \PluginDown}
\opt{scrollwheel}{\PluginScrollFwd{} / \PluginScrollBack}
\opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
& Change current peg \\
\end{btnmap}