Move thread-sdl.[ch] into the target tree.
[kugel-rb.git] / manual / plugins / brickmania.tex
blob56e4c78c3bec98a843c1e7976ebd684fcd0050c7
1 % $Id$
2 \subsection{BrickMania}
3 \screenshot{plugins/images/ss-brickmania}{BrickMania}%
4 {img:brickmania}
5 BrickMania is a clone of the classic game Breakout. The aim of the game is to
6 destroy all the bricks by hitting them with the ball once or more. Sometimes a
7 special item falls down when you destroy a brick. For a special item to take
8 effect, you must catch it with the paddle. Look out for the bad ones.\\
10 \subsubsection{Special items}
11 \begin{table}
12 \begin{rbtabular}{.75\textwidth}{clX}%
13 {\textbf{Displayed} & \textbf{Name} & \textbf{Description}}{}{}
14 N & Normal & Returns paddle to normal.\\
15 D & Die & Ball dies; lose a life.\\
16 L & Life & Gain a life.\\
17 F & Fire & Allows you to shoot bricks with paddle.\\
18 G & Glue & Ball sticks to paddle each time it hits.\\
19 B & Ball & Immediately fires another ball.\\
20 FL & Flip & Flip left / right movement.\\
21 \end{rbtabular}
22 \end{table}
24 \begin{table}
25 \begin{btnmap}{}{}
26 \opt{RECORDER_PAD,IAUDIO_X5_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD%
27 ,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD,IPOD_4G_PAD%
28 ,IPOD_3G_PAD,SANSA_E200_PAD,IRIVER_H10_PAD,SANSA_FUZE_PAD}
29 {\ButtonLeft\ / \ButtonRight}
30 \opt{SANSA_C200_PAD}{\\
31 \ButtonVolDown\ / \ButtonVolUp}
32 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{
33 \ButtonScrollBack\ / \ButtonScrollFwd}
34 \opt{COWON_D2_PAD}{\ButtonMinus{} or \TouchBottomLeft{} / \ButtonPlus{} or \TouchBottomRight}
35 \opt{PBELL_VIBE500_PAD}{\ButtonLeft{} or \ButtonMenu{} / \ButtonRight{} or \ButtonPlay}
36 \opt{HAVEREMOTEKEYMAP}{& }
37 & Moves the paddle\\
38 \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp}
39 \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonUp}
40 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
41 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect\ / \ButtonUp}
42 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD}{\ButtonSelect}
43 \opt{IRIVER_H10_PAD}{\ButtonPlay\ / \ButtonScrollUp}
44 \opt{COWON_D2_PAD}{\ButtonMenu{} or \TouchCenter}
45 \opt{PBELL_VIBE500_PAD}{\ButtonOK{} or \ButtonUp}
46 \opt{HAVEREMOTEKEYMAP}{& }
47 & Release the ball / Fire\\
48 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
49 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
50 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD%
51 ,GIGABEAT_PAD,MROBE100_PAD,COWON_D2_PAD}{\ButtonPower}
52 \opt{SANSA_FUZE_PAD}{Long \ButtonHome}
53 \opt{GIGABEAT_S_PAD}{\ButtonBack}
54 \opt{PBELL_VIBE500_PAD}{\ButtonRec}
55 \opt{HAVEREMOTEKEYMAP}{&
56 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
58 & Open menu / Quit\\
59 \end{btnmap}
60 \end{table}