1
0
Fork 0
forked from len0rd/rockbox
foxbox/manual/plugins/sokoban.tex
Martin Arver 37d26dead9 Added screenshots to a number of plugins for the 160x128x2 screensizes. Now most of the 2.4 plugins have screenshots for this resolution
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8936 a1c6a512-1295-4272-9138-f99709370657
2006-03-06 20:47:25 +00:00

28 lines
737 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}{|c|c|}
\hline
KEY & ACTION \\\hline
UP/DOWN/LEFT/RIGHT & Move the ``sokoban'' up, down, left or right \\\hline
F1 & Back to previous level \\\hline
F2 & Restart level \\\hline
F3 & Go to next level \\\hline
ON & Undo last movement \\\hline
OFF & Exit sokoban \\\hline
\end{tabular}
\end{table}