Manual, cube button table: be a bit more accurate to avoid misunderstandings.
[kugel-rb.git] / manual / plugins / sudoku.tex
blobe33f9a636aa811cf506f2df2744dca3c0d39dec4
1 \subsection{\label{ref:Sudoku}Sudoku}
2 \screenshot{plugins/images/ss-sudoku}{Sudoku}{fig:sudoku}
3 Sudoku in Rockbox is implemented as both a plugin and a viewer.
4 When you start Sudoku in plugin mode from the \setting{Browse Plugins} menu, a
5 random game will be generated automatically, and an estimate of its difficulty
6 (very easy, easy, medium, hard or fiendish) will be displayed on the screen.
7 New games can be generated from the \setting{Generate} menu option.
9 When you use Sudoku as a viewer for playing pre-generated Sudoku games.
10 You 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
12 normal \setting{File Browser}, and open the file to launch Sudoku.
14 You can create and save your own grids under the \setting{New} menu option.
15 Enter the menu (as described in the key table below) when you have finished and
16 enter the full path to save to including the \fname{.ss} extension
17 (e.g. \fname{/sudoku/new.ss}).
19 \subsubsection{The thing on the left (AKA the scratchpad)}
20 When you play Sudoku on paper most people like to mark numbers in cells that
21 are possible candidates for the cells.
22 This can be done with the column on the left. Change the number
23 under the cursor to a number which might be valid and press the scratchpad
24 button, the number will then be added on the left.
25 The column is stored seperatly for every cell on the board.
26 These are \emph{NOT} saved when saving the game.
28 \begin{table}
29 \begin{btnmap}{}{}
30 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,MROBE100_PAD}
31 {\ButtonUp{} / \ButtonDown{} / \ButtonLeft{} / \ButtonRight}
32 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonScrollFwd{} / \ButtonScrollBack}
33 \opt{IRIVER_H10_PAD}{\ButtonScrollUp{} / \ButtonScrollDown{} / \ButtonLeft{} / \ButtonRight}
34 & Move the cursor\\
36 \opt{RECORDER_PAD}{\ButtonPlay}
37 \opt{ONDIO_PAD}{\ButtonMenu}
38 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonSelect{} / \ButtonOn}
39 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonLeft{} / \ButtonSelect{} / \ButtonRight}
40 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonSelect}
41 \opt{IRIVER_H10_PAD}{\ButtonRew}
42 \opt{SANSA_E200_PAD}{\ButtonScrollBack{} / \ButtonScrollFwd}
43 \opt{SANSA_C200_PAD}{\ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown}
44 & Change number under the cursor\\
46 \opt{RECORDER_PAD}{Long \ButtonPlay}
47 \opt{ONDIO_PAD}{Long \ButtonMenu+\ButtonDown}
48 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{Long \ButtonOn}
49 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Long \ButtonLeft{} / \ButtonSelect{} / \ButtonRight}
50 \opt{IAUDIO_X5_PAD,GIGABEAT_PAD,MROBE100_PAD}{Long \ButtonSelect}
51 \opt{IRIVER_H10_PAD}{Long \ButtonRew}
52 \opt{SANSA_E200_PAD}{Long \ButtonScrollBack{} / \ButtonScrollFwd}
53 \opt{SANSA_C200_PAD}{Long \ButtonSelect{} / \ButtonVolUp{} / \ButtonVolDown}
54 & Constantly changing the number under the cursor\\
56 \opt{RECORDER_PAD}{\ButtonFOne}
57 \opt{ONDIO_PAD}{Long \ButtonMenu}
58 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonMode}
59 \opt{IPOD_4G_PAD,IPOD_3G_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonMenu}
60 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD}{\ButtonPlay}
61 \opt{SANSA_E200_PAD}{\ButtonSelect}
62 \opt{SANSA_C200_PAD}{\ButtonPower}
63 & Open Menu\\
65 \opt{RECORDER_PAD}{\ButtonFTwo}
66 \opt{ONDIO_PAD}{\ButtonMenu+\ButtonLeft}
67 \opt{IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD,SANSA_E200_PAD,SANSA_C200_PAD}{\ButtonRec}
68 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\ButtonPlay}
69 \opt{IRIVER_H10_PAD}{\ButtonFF}
70 \opt{GIGABEAT_PAD}{\ButtonA}
71 \opt{MROBE100_PAD}{\ButtonDisplay}
72 & Add/Remove number to scratchpad\\
74 \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD}{\ButtonOff}
75 \opt{IAUDIO_X5_PAD,IRIVER_H10_PAD,SANSA_E200_PAD,GIGABEAT_PAD,MROBE100_PAD}{\ButtonPower}
76 \opt{IPOD_4G_PAD,IPOD_3G_PAD}{Menu $\rightarrow$ Quit}
77 \opt{SANSA_C200_PAD}{Long \ButtonPower}
78 & Quit\\
80 \end{btnmap}
81 \end{table}
83 Some places where can you can find \fname{.ss} files:
84 \begin{itemize}
85 \item Simple Sudoku (Advanced Puzzle Packs 1 and 2 located near the bottom of that page):
86 \url{http://www.angusj.com/sudoku/}
87 \item Kjell's Sudoku generator/solver:
88 \url{http://kjell.haxx.se/sudoku/}
89 \end{itemize}