summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manual/plugins/sudoku.tex46
1 files changed, 46 insertions, 0 deletions
diff --git a/manual/plugins/sudoku.tex b/manual/plugins/sudoku.tex
new file mode 100644
index 0000000000..f7e7f81bdf
--- /dev/null
+++ b/manual/plugins/sudoku.tex
@@ -0,0 +1,46 @@
1\subsection{\label{ref:Sudoku}Sudoku}
2\begin{figure}[ht!]
3\begin{center}
4\includegraphics[width=4cm]{plugins/images/ss-sudoku-\genericimg.png}
5\end{center}
6\caption{Sudoku}
7\end{figure}
8To play Sudoku you need sudoku games stored as .ss files (see links below).
9Once you have your .ss file just open it in the normal file browser to start playing.
10You can create and save your own grids under the "New" menu option.
11Press the menu button when you have finished and enter the full path
12to save to including the .ss extension (e.g. /sudoku/new.ss).
13
14\textbf{The thing on the left (AKA the scratchpad)}\\
15When you play sudoku on paper most people like to mark numbers in
16cells that are possible candidates for the cells.
17This can be done with the column on the left. Change the number
18under the cursor to a number which might be valid and press the scratchpad
19button, the number will then be added on the left.
20The column is stored seperatly for every cell on the board.
21These are \textbf{NOT} saved when saving the game.
22
23\begin{table}[ht!]
24 \begin{center}
25 \begin{tabular}{ll}\toprule
26 \textbf{Key} & \textbf{Action}\\\midrule
27 Direction keys & Move the cursor\\
28 \opt{recorder,recorderv2fm}{PLAY}\opt{ondio}{MODE (increment once) / MODE+DOWN (toggle repeat)}
29 \opt{h1xx}{SELECT / PLAY}\opt{h300}{NAVI / PLAY}\opt{ipodcolor}{SELECT} & Increment number under the cursor\\
30 \opt{recorder,recorderv2fm}{F1}\opt{ondio}{Long press on MODE}\opt{h1xx,h300}{A-B}
31 \opt{ipodcolor}{MENU} & Open Menu\\
32 \opt{recorder,recorderv2fm}{F2}\opt{ondio}{MODE+LEFT}\opt{h1xx,h300}{RECORD}
33 \opt{ipodcolor}{SELECT+LEFT} & Add / remove number to scratchpad\\
34 \opt{recorder,recorderv2fm,h1xx,h300}{STOP}\opt{ondio}{OFF}
35 \opt{ipodcolor,ipodnano}{SELECT} & Quit\\\bottomrule
36 \end{tabular}
37 \end{center}
38\end{table}
39
40Some places where can you can find .ss files:
41\begin{itemize}
42\item Simple Sudoku (Advanced Puzzle Packs 1 and 2 located near the bottom of that page):
43\url{http://www.angusj.com/sudoku/}
44\item Kjell's Sudoku generator/solver:
45\url{http://kjell.haxx.se/sudoku/}
46\end{itemize}