summaryrefslogtreecommitdiffstats
path: root/manual/plugins/sokoban.tex
blob: 972afdf83bb12209431f1bd7f488a66f211cf101 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\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}