summaryrefslogtreecommitdiff
path: root/manual/plugins/maze.tex
diff options
context:
space:
mode:
Diffstat (limited to 'manual/plugins/maze.tex')
-rw-r--r--manual/plugins/maze.tex39
1 files changed, 39 insertions, 0 deletions
diff --git a/manual/plugins/maze.tex b/manual/plugins/maze.tex
new file mode 100644
index 0000000000..186a650b4d
--- /dev/null
+++ b/manual/plugins/maze.tex
@@ -0,0 +1,39 @@
1\subsection{Maze}
2
3This is a simple maze generator that creates perfect mazes that have only
4one solution.
5
6\begin{btnmap}
7 \opt{IPOD_3G_PAD}{\ButtonScrollBack/\ButtonScrollFwd/\ButtonLeft/\ButtonRight}
8 \nopt{IPOD_3G_PAD}{\PluginUp/\PluginDown/\PluginLeft/\PluginRight}
9 &
10 \opt{HAVEREMOTEKEYMAP}{
11 \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight
12 &}
13 Navigate maze
14 \\
15
16 \opt{IPOD_3G_PAD}{\ButtonMenu}
17 \nopt{IPOD_3G_PAD}{\PluginCancel}
18 &
19 \opt{HAVEREMOTEKEYMAP}{\PluginRCCancel
20 &}
21 Exit plugin
22 \\
23
24 \opt{IPOD_3G_PAD}{Long \ButtonSelect}
25 \nopt{IPOD_3G_PAD}{\PluginSelectRepeat}
26 &
27 \opt{HAVEREMOTEKEYMAP}{\PluginRCSelectRepeat
28 &}
29 New Maze
30 \\
31
32 \opt{IPOD_3G_PAD}{\ButtonSelect}
33 \nopt{IPOD_3G_PAD}{\PluginSelect}
34 &
35 \opt{HAVEREMOTEKEYMAP}{\PluginRCSelect
36 &}
37 Display solution (toggle)
38 \\
39\end{btnmap}