summaryrefslogtreecommitdiffstats
path: root/manual/plugins/maze.tex
blob: 186a650b4d92c9d97b6caec88e3d46d5c888c179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
\subsection{Maze}

This is a simple maze generator that creates perfect mazes that have only
one solution.

\begin{btnmap}
    \opt{IPOD_3G_PAD}{\ButtonScrollBack/\ButtonScrollFwd/\ButtonLeft/\ButtonRight}
    \nopt{IPOD_3G_PAD}{\PluginUp/\PluginDown/\PluginLeft/\PluginRight}
        &
    \opt{HAVEREMOTEKEYMAP}{
        \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight
        &}
    Navigate maze
    \\

    \opt{IPOD_3G_PAD}{\ButtonMenu}
    \nopt{IPOD_3G_PAD}{\PluginCancel}
        &
    \opt{HAVEREMOTEKEYMAP}{\PluginRCCancel
        &}
    Exit plugin
    \\

    \opt{IPOD_3G_PAD}{Long \ButtonSelect}
    \nopt{IPOD_3G_PAD}{\PluginSelectRepeat}
        &
    \opt{HAVEREMOTEKEYMAP}{\PluginRCSelectRepeat
        &}
    New Maze
    \\

    \opt{IPOD_3G_PAD}{\ButtonSelect}
    \nopt{IPOD_3G_PAD}{\PluginSelect}
        &
    \opt{HAVEREMOTEKEYMAP}{\PluginRCSelect
        &}
    Display solution (toggle)
    \\
\end{btnmap}