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-02-28 16:33:04 +00:00
|
|
|
\begin{table}[h!]
|
2006-03-09 09:31:34 +00:00
|
|
|
\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
|
2006-02-11 01:29:51 +00:00
|
|
|
\end{tabular}
|
2006-02-28 16:33:04 +00:00
|
|
|
\end{table}
|
2006-02-11 01:29:51 +00:00
|
|
|
|
|
|
|
|