Don't use the same completion_event for both directions. This could cause problems...
[kugel-rb.git] / manual / plugins / brickmania.tex
blob0cce7e4d848261a78ce191fac8acb31f25d64aa5
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 \ButtonLeft\ / \ButtonRight
27 \opt{SANSA_C200_PAD}{\\
28 \ButtonVolDown\ / \ButtonVolUp}
29 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{
30 \ButtonScrollBack\ / \ButtonScrollFwd}
31 \opt{HAVEREMOTEKEYMAP}{& }
32 & Moves the paddle\\
33 \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp}
34 \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonUp}
35 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,SANSA_C200_PAD,GIGABEAT_PAD%
36 ,GIGABEAT_S_PAD,MROBE100_PAD}{\ButtonSelect\ / \ButtonUp}
37 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect}
38 \opt{IRIVER_H10_PAD}{\ButtonPlay\ / \ButtonScrollUp}
39 \opt{HAVEREMOTEKEYMAP}{& }
40 & Release the ball / Fire\\
41 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
42 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
43 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
44 \opt{GIGABEAT_S_PAD}{\ButtonBack}
45 \opt{HAVEREMOTEKEYMAP}{&
46 \opt{IRIVER_RC_H100_PAD}{\ButtonRCStop}
48 & Open menu / Quit\\
49 \end{btnmap}
50 \end{table}