summaryrefslogtreecommitdiffstats
path: root/manual/plugins/sliding.tex
blob: 1ec54cb6f2fb3d8348cbce269b2958f73e4d6037 (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
\subsection{Sliding Puzzle}
\begin{figure}[h!]
\begin{center}
\includegraphics[width=4cm]{plugins/images/ss-sliding-\genericimg.png}
\end{center}
\caption{Sliding puzzle}
\end{figure}

The classic sliding puzzle game.  Rearrange the pieces so that you can
see the whole picture.

Key controls:

\begin{table}[h!]
\begin{center}
\begin{tabular}{@{}ll@{}}\toprule
\textbf{Key} & \textbf{Action}\\\midrule
UP/DOWN/LEFT/RIGHT & Moves \\
F1 & Shuffle \\
F2 & Change the picture \\
OFF & Stop the game \\\bottomrule
\end{tabular}
\end{center}
\end{table}