summaryrefslogtreecommitdiff
path: root/manual/plugins/2048.tex
diff options
context:
space:
mode:
authorFranklin Wei <frankhwei536@gmail.com>2014-06-29 14:49:07 -0400
committerMichael Giacomelli <giac2000@hotmail.com>2014-08-12 00:01:24 +0200
commitb61553c2b18d37566b6561e413ef1b49de39c0a7 (patch)
tree69c93171d9cc7675b05f66925c7cbd42ff73c9d9 /manual/plugins/2048.tex
parent9a3400a4a667e32d1dd0b50364b083787ff63320 (diff)
Added 2048 game
Change-Id: I4012dca4f93ca0db386a454635534f648ba906e9 Reviewed-on: http://gerrit.rockbox.org/888 Reviewed-by: Michael Giacomelli <giac2000@hotmail.com> Tested: Michael Giacomelli <giac2000@hotmail.com>
Diffstat (limited to 'manual/plugins/2048.tex')
-rw-r--r--manual/plugins/2048.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/manual/plugins/2048.tex b/manual/plugins/2048.tex
new file mode 100644
index 0000000000..863eebb961
--- /dev/null
+++ b/manual/plugins/2048.tex
@@ -0,0 +1,16 @@
+\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.
+
+\begin{btnmap}
+ \PluginUp, \PluginDown, \PluginLeft, \PluginRight
+ \opt{HAVEREMOTEKEYMAP}{& \PluginRCUp, \PluginRCDown, \PluginRCLeft, \PluginRCRight}
+ & Slide tiles\\
+
+ \PluginCancel
+ \opt{HAVEREMOTEKEYMAP}{& \PluginRCCancel}
+ & Go to menu\\
+\end{btnmap}