summaryrefslogtreecommitdiff
path: root/manual/plugins/rockblox.tex
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-06-05 16:59:05 +0000
committerMartin Arver <martin.arver@gmail.com>2006-06-05 16:59:05 +0000
commit7366fb4e60dcb37d3366e1dc9a607df081853c2e (patch)
tree490175cb62274f167a08ad880837163f0c2a9238 /manual/plugins/rockblox.tex
parent6c9f3151718dab6b47236e195e29be2a22139b53 (diff)
downloadrockbox-7366fb4e60dcb37d3366e1dc9a607df081853c2e.tar.gz
rockbox-7366fb4e60dcb37d3366e1dc9a607df081853c2e.zip
Re-add Rockblox to the manual, as it is still built. Sorry for the inconvenience. Should check properly next time.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10066 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/rockblox.tex')
-rw-r--r--manual/plugins/rockblox.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/manual/plugins/rockblox.tex b/manual/plugins/rockblox.tex
new file mode 100644
index 0000000000..8831ce25e0
--- /dev/null
+++ b/manual/plugins/rockblox.tex
@@ -0,0 +1,28 @@
1\subsection{Rockblox}
2\screenshot{plugins/images/ss-rockblox}{Rockblox plugin}%
3{img:rockblox}
4
5This well-known game will probably be familiar. The aim of the game is
6to complete rows with the given pieces (blocks). Pieces can be rotated
7to make them fit into the rows. Once you complete a row, it gets
8cleared, but if the blocks reach the top row then you lose.
9
10As this game is played with the Jukebox turned so that the buttons
11are to the right of the screen, the controls may seem a little confusing:
12
13\begin{table}
14 \begin{btnmap}{}{}
15 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}%
16 {\ButtonUp\ and \ButtonDown}
17 \opt{IPOD_4G_Pad}%
18 {\ButtonScrollFwd\ and \ButtonScrollback} & Move block Left/Right \\
19 \ButtonRight & Rotate piece \\
20 \ButtonLeft & Move the piece downwards faster \\
21 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}%
22 {\ButtonOff}
23 \opt{IAUDIO_X5_PAD}
24 {\fixme{TBD}}
25 \opt{IPOD_4G_Pad}%
26 {\Buttonmenu} & Exit Rockblox\\
27 \end{btnmap}
28\end{table}