diff options
| author | Johannes Schwarz <ubuntuxer@rockbox.org> | 2009-10-24 18:54:48 +0000 |
|---|---|---|
| committer | Johannes Schwarz <ubuntuxer@rockbox.org> | 2009-10-24 18:54:48 +0000 |
| commit | c12e5fc86afc6595e8fcd2685de643b46c999837 (patch) | |
| tree | 4b14f6e8f47263b5c0e78bc9fbbcfacc7c0ac229 /manual/plugins | |
| parent | 5897249c1e4fff7e4fa096fd83d89782c3b064ac (diff) | |
| download | rockbox-c12e5fc86afc6595e8fcd2685de643b46c999837.zip rockbox-c12e5fc86afc6595e8fcd2685de643b46c999837.tar.gz rockbox-c12e5fc86afc6595e8fcd2685de643b46c999837.tar.bz2 rockbox-c12e5fc86afc6595e8fcd2685de643b46c999837.tar.xz | |
FS#10497 - New game codebuster, which is a clone of the classic game mastermind. It just runs on color LCD. Thank you to the author Clément Pit--Claudel (CFP)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23332 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins')
| -rw-r--r-- | manual/plugins/brickmania.tex | 1 | ||||
| -rw-r--r-- | manual/plugins/codebuster.tex | 34 | ||||
| -rw-r--r-- | manual/plugins/images/ss-codebuster-132x80x16.png | bin | 0 -> 556 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-codebuster-160x128x16.png | bin | 0 -> 611 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-codebuster-176x132x16.png | bin | 0 -> 643 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-codebuster-176x220x16.png | bin | 0 -> 788 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-codebuster-220x176x16.png | bin | 0 -> 735 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-codebuster-240x320x16.png | bin | 0 -> 939 bytes | |||
| -rw-r--r-- | manual/plugins/images/ss-codebuster-320x240x16.png | bin | 0 -> 1017 bytes | |||
| -rw-r--r-- | manual/plugins/main.tex | 2 |
10 files changed, 37 insertions, 0 deletions
diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex index f16e8e7..5be236f 100644 --- a/manual/plugins/brickmania.tex +++ b/manual/plugins/brickmania.tex @@ -1,3 +1,4 @@ +% $Id: \subsection{BrickMania} \screenshot{plugins/images/ss-brickmania}{BrickMania}% {img:brickmania} diff --git a/manual/plugins/codebuster.tex b/manual/plugins/codebuster.tex new file mode 100644 index 0000000..791e29f --- /dev/null +++ b/manual/plugins/codebuster.tex @@ -0,0 +1,34 @@ +% $Id: +\subsection{Codebuster} +\screenshot{plugins/images/ss-codebuster}{Codebuster}{img:codebuster} + +Codebuster is a clone of the classic mastermind game. Your aim is to guess the +computer's combination in a minimal number of attempts. At every turn, you input +a combination, which is then validated by the computer, which displays the number +of well-placed and misplaced pegs (a red square for right ones, and a white square +for misplaced ones). + +\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}{& } + & Validate 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} diff --git a/manual/plugins/images/ss-codebuster-132x80x16.png b/manual/plugins/images/ss-codebuster-132x80x16.png Binary files differnew file mode 100644 index 0000000..c74f267 --- /dev/null +++ b/manual/plugins/images/ss-codebuster-132x80x16.png diff --git a/manual/plugins/images/ss-codebuster-160x128x16.png b/manual/plugins/images/ss-codebuster-160x128x16.png Binary files differnew file mode 100644 index 0000000..56230c3 --- /dev/null +++ b/manual/plugins/images/ss-codebuster-160x128x16.png diff --git a/manual/plugins/images/ss-codebuster-176x132x16.png b/manual/plugins/images/ss-codebuster-176x132x16.png Binary files differnew file mode 100644 index 0000000..bee6ff8 --- /dev/null +++ b/manual/plugins/images/ss-codebuster-176x132x16.png diff --git a/manual/plugins/images/ss-codebuster-176x220x16.png b/manual/plugins/images/ss-codebuster-176x220x16.png Binary files differnew file mode 100644 index 0000000..c0266d7 --- /dev/null +++ b/manual/plugins/images/ss-codebuster-176x220x16.png diff --git a/manual/plugins/images/ss-codebuster-220x176x16.png b/manual/plugins/images/ss-codebuster-220x176x16.png Binary files differnew file mode 100644 index 0000000..c35ac99 --- /dev/null +++ b/manual/plugins/images/ss-codebuster-220x176x16.png diff --git a/manual/plugins/images/ss-codebuster-240x320x16.png b/manual/plugins/images/ss-codebuster-240x320x16.png Binary files differnew file mode 100644 index 0000000..9da32d4 --- /dev/null +++ b/manual/plugins/images/ss-codebuster-240x320x16.png diff --git a/manual/plugins/images/ss-codebuster-320x240x16.png b/manual/plugins/images/ss-codebuster-320x240x16.png Binary files differnew file mode 100644 index 0000000..02a7b95 --- /dev/null +++ b/manual/plugins/images/ss-codebuster-320x240x16.png diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index cad7436..2923270 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -31,6 +31,8 @@ text files% \opt{lcd_bitmap}{\input{plugins/chopper.tex}} +\opt{lcd_color}{\input{plugins/codebuster.tex}} + {\input{plugins/dice.tex}} \opt{swcodec}{\input{plugins/doom.tex}} |