Theme Editor: Removed some lingering debug code
[kugel-rb.git] / manual / plugins / codebuster.tex
bloba70edf57baaaa08e64c961718b85ae7699b5bf6f
1 % $Id$
2 \subsection{Codebuster}
3 \screenshot{plugins/images/ss-codebuster}{Codebuster}{img:codebuster}
5 Codebuster is a clone of the classic mastermind game. The computer selects a
6 random combination of coloured pegs and the aim is to guess the correct combination
7 in the smallest number of moves. After each attempt to guess the combination the
8 results are displayed in the form of red and white pegs. A red peg signifies
9 a correct peg in the correct position, and a white peg signifies a correct
10 peg in the wrong position.
12 \begin{btnmap}
13 \PluginCancel
14 \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
15 & Show menu \\
17 \PluginSelect
18 \opt{HAVEREMOTEKEYMAP}{& \PluginRCSelect}
19 & Check suggestion and move to next line \\
21 \PluginLeft{} / \PluginRight
22 \opt{HAVEREMOTEKEYMAP}{& \PluginRCLeft{} / \PluginRCRight}
23 & Select a peg \\
25 \nopt{scrollwheel}{\PluginUp{} / \PluginDown}
26 \opt{scrollwheel}{\PluginScrollFwd{} / \PluginScrollBack}
27 \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp{} / \PluginRCDown}
28 & Change current peg \\
29 \end{btnmap}