Fix missing plugin buttons for the Gigabeat, add missing screenshots and fix a typo...
[Rockbox.git] / manual / plugins / rockblox.tex
blob9d874fe94209345369dc02ab68b4e67ef3d9a17a
1 % $Id$ %
2 \subsection{Rockblox}
3 \screenshot{plugins/images/ss-rockblox}{Rockblox}{fig:rockblox}
4 Rockblox is a rockbox version of the classic falling blocks game. The aim of the game is to make
5 the falling blocks of different shapes form full rows. Whenever a row is
6 complete it will be cleared and the game score will increase. For every ten
7 lines completed the game level increases, making the blocks fall faster. If the
8 pile of blocks reach the ceiling the game is over.
10 \begin{table}
11 \begin{btnmap}{}{}
12 \opt{RECORDER_PAD}{\ButtonFOne & Restart game\\}
13 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn & Restart game\\}
14 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay & Restart game\\}
15 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay & Restart game\\}
16 \opt{SANSA_E200_PAD}{\ButtonRec & Restart game\\}
17 \opt{GIGABEAT_PAD}{\ButtonA & Restart game\\}
18 \ButtonLeft & Move left\\
19 \ButtonRight & Move right\\
20 \opt{PLAYER_PAD}{\ButtonMenu}
21 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,GIGABEAT_PAD}
22 {\ButtonDown}
23 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
24 \opt{IRIVER_H10_PAD}{\ButtonScrollDown}
25 & Move down\\
26 \opt{PLAYER_PAD}{\ButtonOn+\ButtonPlay}
27 \opt{RECORDER_PAD}{\ButtonPlay}
28 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp}
29 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect}
30 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}
31 \opt{IAUDIO_X5_PAD}{\ButtonPower}
32 \opt{IRIVER_H10_PAD}{\ButtonRew}
33 \opt{SANSA_E200_PAD}{\ButtonScrollDown}
34 \opt{GIGABEAT_PAD}{\ButtonVolUp}
35 & Rotate left\\
36 \opt{PLAYER_PAD}{\ButtonPlay}
37 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
38 {\ButtonUp}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack/\ButtonMenu}
40 \opt{IRIVER_H10_PAD,SANSA_E200_PAD}{\ButtonScrollUp}
41 \opt{GIGABEAT_PAD}{\ButtonVolDown}
42 & Rotate right\\
43 \opt{PLAYER_PAD,RECORDER_PAD}{\ButtonOn}
44 \opt{ONDIO_PAD}{\ButtonMenu}
45 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
46 \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonSelect}
47 \opt{IAUDIO_X5_PAD}{\ButtonRec}
48 \opt{IRIVER_H10_PAD}{\ButtonFF}
49 & Drop\\
50 \opt{PLAYER_PAD}{\ButtonStop}
51 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
52 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect}
53 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD}{\ButtonPower}
54 & Quit\\
55 \end{btnmap}
56 \end{table}