summaryrefslogtreecommitdiff
path: root/manual/plugins/sudoku.tex
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2006-06-06 15:54:11 +0000
committerNils Wallménius <nils@rockbox.org>2006-06-06 15:54:11 +0000
commitba53a26088414fbe0562acf172146e34c7bb2103 (patch)
tree2abe62fb722d6527d762bb634e28bd6265284f5b /manual/plugins/sudoku.tex
parent5208d38bb3bd9ccac9e6dd3eb61119112e1360c6 (diff)
downloadrockbox-ba53a26088414fbe0562acf172146e34c7bb2103.tar.gz
rockbox-ba53a26088414fbe0562acf172146e34c7bb2103.zip
(1) Cleaned up and corrected \opts for plugin inclusion. (2) Updated vumeter buttonmap (3) Updated sudoku section. (4) Updated and corrected Pacbox buttonmap and added ipod video screenshot.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10076 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/sudoku.tex')
-rw-r--r--manual/plugins/sudoku.tex40
1 files changed, 25 insertions, 15 deletions
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex
index 42085dcc36..cb641dffe5 100644
--- a/manual/plugins/sudoku.tex
+++ b/manual/plugins/sudoku.tex
@@ -1,12 +1,21 @@
1\subsection{\label{ref:Sudoku}Sudoku} 1\subsection{\label{ref:Sudoku}Sudoku}
2\screenshot{plugins/images/ss-sudoku}{Sudoku}{fig:sudoku} 2\screenshot{plugins/images/ss-sudoku}{Sudoku}{fig:sudoku}
3To play Sudoku you need sudoku games stored as .ss files (see links below). 3Sudoku in Rockbox is implemented as both a plugin and a viewer.
4Once you have your .ss file just open it in the normal file browser to start playing. 4When you start Sudoku in plugin mode from the \setting{Browse Plugins} menu, a random
5game will be generated automatically, and an estimate of its difficulty
6(very easy, easy, medium, hard or fiendish) will be displayed on the screen.
7New games can be generated from the \setting{Generate} menu option.
8
9When you use Sudoku as a viewer for playing pre-generated Sudoku games.
10You need sudoku games stored (one game per file) in text files with the
11\fname{.ss} extension (see links below). You then browse these games using the
12normal \setting{File Browser}, and open the file to launch Sudoku.
13
5You can create and save your own grids under the \setting{New} menu option. 14You can create and save your own grids under the \setting{New} menu option.
6Press the menu button when you have finished and enter the full path 15Press the menu button when you have finished and enter the full path
7to save to including the .ss extension (e.g. \fname{/sudoku/new.ss}). 16to save to including the \fname{.ss} extension (e.g. \fname{/sudoku/new.ss}).
8 17
9\textbf{The thing on the left (AKA the scratchpad)}\\ 18\subsubsection{The thing on the left (AKA the scratchpad)}
10When you play sudoku on paper most people like to mark numbers in 19When you play sudoku on paper most people like to mark numbers in
11cells that are possible candidates for the cells. 20cells that are possible candidates for the cells.
12This can be done with the column on the left. Change the number 21This can be done with the column on the left. Change the number
@@ -17,39 +26,40 @@ These are \emph{NOT} saved when saving the game.
17 26
18\begin{table} 27\begin{table}
19 \begin{btnmap}{}{} 28 \begin{btnmap}{}{}
20 29 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}
21 \opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300,x5}{Direction keys} 30 {\ButtonUp, \ButtonDown, \ButtonLeft, \ButtonRight}
22 \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack} 31 \opt{IPOD_4G_PAD}{\ButtonScrollFwd/\ButtonScrollBack}
23 & Move the cursor\\ 32 & Move the cursor\\
24 % 33 %
25 \opt{RECORDER_PAD}{\ButtonPlay} 34 \opt{RECORDER_PAD}{\ButtonPlay}
26 \opt{ONDIO_PAD}{\ButtonMenu} 35 \opt{ONDIO_PAD}{\ButtonMenu}
27 \opt{h1xx,h300}{\ButtonSelect/\ButtonOn} 36 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect/\ButtonOn}
28 \opt{IPOD_4G_PAD}{\ButtonLeft/\ButtonRight} 37 \opt{IPOD_4G_PAD}{\ButtonLeft/\ButtonRight}
38 \opt{IAUDIO_X5_PAD}{\ButtonSelect}
29 & Change number under the cursor\\ 39 & Change number under the cursor\\
30 % 40 %
31 \opt{RECORDER_PAD}{\ButtonFOne} 41 \opt{RECORDER_PAD}{\ButtonFOne}
32 \opt{ONDIO_PAD}{Long press on \ButtonMenu} 42 \opt{ONDIO_PAD}{Long press on \ButtonMenu}
33 \opt{h1xx,h300}{\ButtonMode} 43 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
34 \opt{IPOD_4G_PAD}{\ButtonMenu} 44 \opt{IPOD_4G_PAD}{\ButtonMenu}
35 \opt{x5}{\ButtonPlay} 45 \opt{IAUDIO_X5_PAD}{\ButtonPlay}
36 & Open Menu\\ 46 & Open Menu\\
37 % 47 %
38 \opt{RECORDER_PAD}{\ButtonFTwo} 48 \opt{RECORDER_PAD}{\ButtonFTwo}
39 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft} 49 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
40 \opt{h1xx,h300,x5}{\ButtonRec} 50 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD}{\ButtonRec}
41 \opt{IPOD_4G_PAD}{\ButtonPlay} 51 \opt{IPOD_4G_PAD}{\ButtonPlay}
42 & Add/Remove number to scratchpad\\ 52 & Add/Remove number to scratchpad\\
43 % 53 %
44 \opt{RECORDER_PAD,ONDIO_PAD,h1xx,h300}{\ButtonOff} 54 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
45 \opt{x5}{\ButtonPower} 55 \opt{IAUDIO_X5_PAD}{\ButtonPower}
46 \opt{IPOD_4G_PAD}{Menu $\rightarrow$ Quit} 56 \opt{IPOD_4G_PAD}{Menu $\rightarrow$ Quit}
47 & Quit\\ 57 & Quit\\
48 % 58 %
49 \end{btnmap} 59 \end{btnmap}
50\end{table} 60\end{table}
51 61
52Some places where can you can find .ss files: 62Some places where can you can find \fname{.ss} files:
53\begin{itemize} 63\begin{itemize}
54\item Simple Sudoku (Advanced Puzzle Packs 1 and 2 located near the bottom of that page): 64\item Simple Sudoku (Advanced Puzzle Packs 1 and 2 located near the bottom of that page):
55\url{http://www.angusj.com/sudoku/} 65\url{http://www.angusj.com/sudoku/}