2006-02-11 01:29:51 +00:00
|
|
|
\subsection{Sokoban}
|
2006-04-02 17:29:44 +00:00
|
|
|
\screenshot{plugins/images/ss-sokoban}{Sokoban}{fig:sokoban}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
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:
|
|
|
|
|
2006-04-03 22:45:01 +00:00
|
|
|
\begin{table}
|
|
|
|
\begin{btnmap}{}{}
|
2006-03-09 09:31:34 +00:00
|
|
|
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 \\
|
2006-04-03 22:45:01 +00:00
|
|
|
OFF & Exit sokoban \\
|
|
|
|
\end{btnmap}
|
2006-02-28 16:33:04 +00:00
|
|
|
\end{table}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
|