When installing builds use the real platform name, not the configuration section...
[Rockbox.git] / manual / plugins / brickmania.tex
blobba8409d7fdb66bfcad18261b03ea471413bc616c
1 \subsection{BrickMania}
2 \screenshot{plugins/images/ss-brickmania}{BrickMania}%
3 {img:brickmania}
4 BrickMania is a clone of the classic game Breakout. The aim of the game is to
5 destroy all the bricks by hitting them with the ball once or more. Sometimes a
6 special falls down when you destroy a brick. For a special to take effect, you
7 must catch it with the paddle. Look out for the bad ones.\\
9 \subsubsection{Specials}
10 \begin{table}
11 \begin{center}
12 \begin{tabularx}{.75\textwidth}{clX}\toprule
13 \textbf{Displayed} & \textbf{Name} & \textbf{Description}\\\midrule
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.\\\bottomrule
21 \end{tabularx}
22 \end{center}
23 \end{table}
25 \begin{table}
26 \begin{btnmap}{}{}
27 \ButtonLeft\ / \ButtonRight & Moves the paddle\\
28 \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay}
29 \opt{ONDIO_PAD}{\ButtonMenu}
30 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\ButtonSelect}
31 \opt{IRIVER_H10_PAD}{\ButtonPlay}
32 & Release the ball / Fire\\
33 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
34 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu}
35 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonPower}
36 & Open menu / Quit\\
37 \end{btnmap}
38 \end{table}