From f52dfb9ffd7a2f2c9a370b80a7ce4a49b27240dd Mon Sep 17 00:00:00 2001 From: Martin Arver Date: Tue, 7 Mar 2006 10:07:35 +0000 Subject: Patch #4790 by Nils Wallménius. Added Bejeweled to the manual. Some minor changes to the text as well. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8943 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/bejeweled.tex | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 manual/plugins/bejeweled.tex (limited to 'manual/plugins/bejeweled.tex') diff --git a/manual/plugins/bejeweled.tex b/manual/plugins/bejeweled.tex new file mode 100644 index 0000000000..b31ca1cb4f --- /dev/null +++ b/manual/plugins/bejeweled.tex @@ -0,0 +1,14 @@ +\subsection{Bejeweled} +\begin{figure}[h!] +\begin{center} +\includegraphics[width=4cm]{plugins/images/ss-bejeweled-\genericimg.png} +\end{center} +\caption{Bejeweled} +\end{figure} +Bejeweled is a simple yet addicting game which involves swapping pairs of jewels in order to form connected segments of three or more of the same type. +The goal of the game is to score as many points as possible before running out of available moves. Higher points are awarded to larger combos. The game advances to the next level after every one hundred points and randomly clears several jewels.\\ +\opt{recorder,recorderv2fm}{Use the direction keys to move the cursor, press Play to select a jewel, press down long on Play to show the menu and press Off to cancel.} +\opt{ondio}{Use the direction keys to move the cursor, press MENU to select a jewel, press down long on MENU to show the menu and press OFF to cancel.} +\opt{h1xx}{Use the joystick to move the cursor, press down the joystick to select a jewel, press down long on the joystick to show the menu and press STOP to cancel.} +\opt{h300}{Use the direction keys to move the cursor, press NAVI to select a jewel, press down long on NAVI to show the menu and press STOP to cancel.} +\opt{ipodcolor,ipodnano}{Use the directions on the scrollwheel to move the cursor, press SELECT to select a jewel and press down long on SELECT to show the menu.} -- cgit