40 lines
945 B
TeX
40 lines
945 B
TeX
|
\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}
|