rockbox/manual/plugins/2048.tex
Franklin Wei e195126ce8 manual: add screenshots for 2048
* These were automatically generated by Amaury Pouly

* For details read http://www.rockbox.org/irc/log-20160605#20:58:18

Change-Id: I4584b07023f5e37b13a7483e60f9d30d3c7c9d69
2016-06-06 00:56:02 +02:00

20 lines
1.2 KiB
TeX

\subsection{2048}
\screenshot{plugins/images/ss-2048}{2048}{fig:2048}
2048 is a simple, addictive puzzle game played by moving tiles in around on a 4x4 grid. Tiles slide as far as possible in the direction chosen by the player each turn until they are stopped by either another tile or the edge of the grid. If two tiles of the same number collide while moving, they merge into a tile with the total value of the two tiles that collided. The resulting tile cannot merge with another the same move. After each move, a tile with the value of 2 or 4 is created in an empty spot on the grid.
The game is won when a tile with a value of 2048 is created, and the player loses when there are no more possible moves.
\note{On players with a small screen tiles with a value greater than 1000 are shortened
to ``1k'', ``2k'' and so forth (\emph{k} is the abbreviation of \emph{kilo},
which -- in computer talk -- means a multiple of 1024).}
\begin{btnmap}
\PluginUp, \PluginDown, \PluginLeft, \PluginRight
\opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight}
& Slide tiles\\
\PluginCancel
\opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
& Go to menu\\
\end{btnmap}