summaryrefslogtreecommitdiff
path: root/manual/plugins
diff options
context:
space:
mode:
authorAlex Parker <rockbox@aeparker.com>2009-10-24 19:29:32 +0000
committerAlex Parker <rockbox@aeparker.com>2009-10-24 19:29:32 +0000
commit1e634f902000a36c92974c91a23b21092e1de417 (patch)
tree27c7f6692e7ac0d60ce9c422e81e7021448be777 /manual/plugins
parentc12e5fc86afc6595e8fcd2685de643b46c999837 (diff)
downloadrockbox-1e634f902000a36c92974c91a23b21092e1de417.tar.gz
rockbox-1e634f902000a36c92974c91a23b21092e1de417.zip
Improve English in the codebuster manual entry.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23333 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
-rw-r--r--manual/plugins/codebuster.tex13
1 files changed, 7 insertions, 6 deletions
diff --git a/manual/plugins/codebuster.tex b/manual/plugins/codebuster.tex
index 791e29f8a5..aa9c660e55 100644
--- a/manual/plugins/codebuster.tex
+++ b/manual/plugins/codebuster.tex
@@ -2,11 +2,12 @@
2\subsection{Codebuster} 2\subsection{Codebuster}
3\screenshot{plugins/images/ss-codebuster}{Codebuster}{img:codebuster} 3\screenshot{plugins/images/ss-codebuster}{Codebuster}{img:codebuster}
4 4
5Codebuster is a clone of the classic mastermind game. Your aim is to guess the 5Codebuster is a clone of the classic mastermind game. The computer selects a
6computer's combination in a minimal number of attempts. At every turn, you input 6random combination of coloured pegs and the aim is to guess the correct combination
7a combination, which is then validated by the computer, which displays the number 7in the smallest number of moves. After each attempt to guess the combination the
8of well-placed and misplaced pegs (a red square for right ones, and a white square 8results are displayed in the form of red and white pegs. A red peg signifies
9for misplaced ones). 9a correct peg in the correct position, and a white peg signifies a correct
10peg in the wrong position.
10 11
11\begin{table} 12\begin{table}
12 \begin{btnmap}{}{} 13 \begin{btnmap}{}{}
@@ -21,7 +22,7 @@ for misplaced ones).
21 {\ButtonSelect} 22 {\ButtonSelect}
22 \opt{IAUDIO_X5_PAD}{\ButtonRec} 23 \opt{IAUDIO_X5_PAD}{\ButtonRec}
23 \opt{HAVEREMOTEKEYMAP}{& } 24 \opt{HAVEREMOTEKEYMAP}{& }
24 & Validate suggestion and move to next line \\ 25 & Check suggestion and move to next line \\
25 \ButtonLeft\ / \ButtonRight 26 \ButtonLeft\ / \ButtonRight
26 \opt{HAVEREMOTEKEYMAP}{& } 27 \opt{HAVEREMOTEKEYMAP}{& }
27 & Select a peg \\ 28 & Select a peg \\