summaryrefslogtreecommitdiff
path: root/manual/plugins/rockblox.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/rockblox.tex')
-rw-r--r--manual/plugins/rockblox.tex34
1 files changed, 34 insertions, 0 deletions
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
new file mode 100644
index 0000000000..d5e0eb995c
--- /dev/null
+++ b/manual/plugins/rockblox.tex
@@ -0,0 +1,34 @@
1\subsection{Rockblox}
2\screenshot{plugins/images/ss-rockblox}{Rockblox}{fig:rockblox}
3Rockblox is a rockbox version of the classic falling blocks game. The aim of the game is to make
4the falling blocks of different shapes form full rows. Whenever a row is
5complete it will be cleared and the game score will increase. For every ten
6lines completed the game level increases, making the blocks fall faster. If the
7pile of blocks reach the ceiling the game is over.
8
9\begin{table}
10 \begin{btnmap}{}{}
11 \opt{RECORDER_PAD}{\ButtonFOne & Restart game\\}
12 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn & Restart game\\}
13 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay & Restart game\\}
14 \opt{IAUDIO_X5_PAD}{\ButtonPlay & Restart game\\}
15 \ButtonLeft & Move left\\
16 \ButtonRight & Move right\\
17 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
18 {\ButtonDown}\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} & Move down\\
19 \opt{RECORDER_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
20 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
21 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}\opt{IAUDIO_X5_PAD}{\ButtonPower}
22 & Rotate left\\
23 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
24 {\ButtonUp}\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack/\ButtonMenu}
25 & Rotate right\\
26 \opt{RECORDER_PAD}{\ButtonOn}\opt{ONDIO_PAD}{\ButtonMenu}
27 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
28 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}\opt{IAUDIO_X5_PAD}{\ButtonRec}
29 & Drop\\
30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
31 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
32 \opt{IAUDIO_X5_PAD}{\ButtonPower} & Quit\\
33 \end{btnmap}
34\end{table}