From 1000af6ed4cfa771c790fe1c999ee44c68490082 Mon Sep 17 00:00:00 2001 From: Björn Stenberg Date: Tue, 19 Sep 2006 21:29:22 +0000 Subject: Tetrox renamed to Rockblox, to avoid trademark issues git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11006 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/main.tex | 2 +- manual/plugins/rockblox.tex | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 manual/plugins/rockblox.tex (limited to 'manual/plugins') diff --git a/manual/plugins/main.tex b/manual/plugins/main.tex index e7c3bff18e..3f3d867431 100644 --- a/manual/plugins/main.tex +++ b/manual/plugins/main.tex @@ -56,7 +56,7 @@ text files, chip8 games), or from the \setting{Open with} option on the \opt{recorder,recorderv2fm,ondio,h1xx,ipod3g,ipod4g,HAVE_LCD_COLOR}{\input{plugins/sudoku.tex}} -\opt{HAVE_LCD_BITMAP}{\input{plugins/tetrox.tex}} +\opt{HAVE_LCD_BITMAP}{\input{plugins/rockblox.tex}} \opt{recorder,recorderv2fm,ondio,h1xx,h300,IPOD_4G_PAD,IPOD_3G_PAD}{\input{plugins/wormlet.tex}} 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 @@ +\subsection{Rockblox} +\screenshot{plugins/images/ss-rockblox}{Rockblox}{fig:rockblox} +Rockblox is a rockbox version of the classic falling blocks game. The aim of the game is to make +the falling blocks of different shapes form full rows. Whenever a row is +complete it will be cleared and the game score will increase. For every ten +lines completed the game level increases, making the blocks fall faster. If the +pile of blocks reach the ceiling the game is over. + +\begin{table} + \begin{btnmap}{}{} + \opt{RECORDER_PAD}{\ButtonFOne & Restart game\\} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOn & Restart game\\} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect+\ButtonPlay & Restart game\\} + \opt{IAUDIO_X5_PAD}{\ButtonPlay & Restart game\\} + \ButtonLeft & Move left\\ + \ButtonRight & Move right\\ + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} + {\ButtonDown}\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay} & Move down\\ + \opt{RECORDER_PAD}{\ButtonPlay}\opt{ONDIO_PAD}{\ButtonMenu+\ButtonUp} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonSelect} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd}\opt{IAUDIO_X5_PAD}{\ButtonPower} + & Rotate left\\ + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD} + {\ButtonUp}\opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollBack/\ButtonMenu} + & Rotate right\\ + \opt{RECORDER_PAD}{\ButtonOn}\opt{ONDIO_PAD}{\ButtonMenu} + \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonSelect}\opt{IAUDIO_X5_PAD}{\ButtonRec} + & Drop\\ + \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff} + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonMenu+\ButtonSelect} + \opt{IAUDIO_X5_PAD}{\ButtonPower} & Quit\\ + \end{btnmap} +\end{table} -- cgit v1.2.3