2009-10-25 13:40:24 +00:00
|
|
|
% $Id$
|
2009-10-24 18:54:48 +00:00
|
|
|
\subsection{Codebuster}
|
|
|
|
\screenshot{plugins/images/ss-codebuster}{Codebuster}{img:codebuster}
|
|
|
|
|
2009-10-24 19:29:32 +00:00
|
|
|
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.
|
2009-10-24 18:54:48 +00:00
|
|
|
|
2010-05-20 17:38:38 +00:00
|
|
|
\begin{btnmap}
|
2010-05-29 15:23:22 +00:00
|
|
|
\PluginCancel
|
|
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
|
2009-10-24 18:54:48 +00:00
|
|
|
& Show menu \\
|
2010-05-29 15:23:22 +00:00
|
|
|
|
|
|
|
\PluginSelect
|
|
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
|
2009-10-24 19:29:32 +00:00
|
|
|
& Check suggestion and move to next line \\
|
2010-05-29 15:23:22 +00:00
|
|
|
|
|
|
|
\PluginLeft{} / \PluginRight
|
|
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
|
2009-10-24 18:54:48 +00:00
|
|
|
& Select a peg \\
|
2010-05-29 15:23:22 +00:00
|
|
|
|
|
|
|
\nopt{scrollwheel}{\PluginUp{} / \PluginDown}
|
|
|
|
\opt{scrollwheel}{\PluginScrollFwd{} / \PluginScrollBack}
|
|
|
|
\opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
|
2009-10-24 18:54:48 +00:00
|
|
|
& Change current peg \\
|
|
|
|
\end{btnmap}
|