summaryrefslogtreecommitdiff
path: root/manual/plugins/brickmania.tex
blob: e74cbecc2b17509bfe3c9bb6a4723c235421695e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\subsection{BrickMania}
\screenshot{plugins/images/ss-brickmania-\genericimg.png}{BrickMania}%
{img:brickmania}
BrickMania is a clone of the classic game Breakout. The aim of the game is to
destroy all the bricks by hitting them with the ball once or more. Sometimes a
special falls down when you destroy a brick. For a special to take effect, you
must catch it with the paddle. Look out for the bad ones.\\

\textbf{Specials}
\begin{table}[ht!]
    \begin{center}
    \begin{tabular}{cll}\toprule
    \textbf{Displayed} & \textbf{Name} & \textbf{Description}\\\midrule
    N & Normal & Returns paddle to normal.\\
    D & Die & Ball dies; lose a life.\\
    L & Life & Gain a life.\\
    F & Fire & Allows you to shoot bricks with paddle.\\
    G & Glue & Ball sticks to paddle each time it hits.\\
    B & Ball & Immediately fires another ball.\\
    FL & Flip & Flip left / right movement.\\\bottomrule
    \end{tabular}
    \end{center}
\end{table}

\begin{table}[ht!]
    \begin{center}
    \begin{tabular}{ll}\toprule
    \textbf{Key} & \textbf{Action}\\\midrule
    \ButtonLeft\ / \ButtonRight & Moves the paddle\\
    \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{\ButtonMenu}
        \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IPOD_4G_PAD}{\ButtonSelect}
        & Release the ball / Fire\\
    \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
        \opt{IPOD_4G_PAD}{\ButtonMenu}\opt{IAUDIO_X5_PAD}{\ButtonPower}
        & Open menu / Quit\\\bottomrule
    \end{tabular}
    \end{center}
\end{table}