2006-02-11 01:29:51 +00:00
|
|
|
\subsection{Sokoban}
|
2006-03-06 20:47:25 +00:00
|
|
|
\begin{figure}[h!]
|
|
|
|
\begin{center}
|
|
|
|
\includegraphics[width=4cm]{plugins/images/ss-sokoban-\genericimg.png}
|
|
|
|
\end{center}
|
|
|
|
\caption{Sokoban}
|
|
|
|
\end{figure}
|
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!]
|
|
|
|
\begin{tabular}{|c|c|}
|
2006-02-11 01:29:51 +00:00
|
|
|
\hline
|
2006-02-28 16:33:04 +00:00
|
|
|
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
|
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
|
|
|
|
|
|
|
|