1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/plugins/sokoban.tex
Martin Arver aa830112cc Changes to the tables for some of the plugins. Some are adapted to the \opt environment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8972 a1c6a512-1295-4272-9138-f99709370657
2006-03-09 09:31:34 +00:00

27 lines
736 B
TeX

\subsection{Sokoban}
\begin{figure}[h!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-sokoban-\genericimg.png}
\end{center}
\caption{Sokoban}
\end{figure}
The object of the game is to push boxes into their correct position in a
crowded warehouse with a minimal number of pushes and moves. The boxes
can only be pushed, never pulled, and only one can be pushed at a time.
The controls are:
\begin{table}[h!]
\begin{tabular}{@{}ll@{}}\toprule
\textbf{Key} & \textbf{Action} \\\midrule
UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\
F1 & Back to previous level \\
F2 & Restart level \\
F3 & Go to next level \\
ON & Undo last movement \\
OFF & Exit sokoban \\\bottomrule
\end{tabular}
\end{table}