2cf5abb971
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9432 a1c6a512-1295-4272-9138-f99709370657
19 lines
467 B
TeX
19 lines
467 B
TeX
\subsection{Sliding Puzzle}
|
|
\screenshot{plugins/images/ss-sliding}{Sliding puzzle}{img:slidingpuzzle}
|
|
|
|
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}
|