From e195126ce82987f1547ff975130edc96f455b999 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 5 Jun 2016 18:46:23 -0400 Subject: 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 --- manual/plugins/2048.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/plugins/2048.tex') diff --git a/manual/plugins/2048.tex b/manual/plugins/2048.tex index 2a0d129343..8df101c968 100644 --- a/manual/plugins/2048.tex +++ b/manual/plugins/2048.tex @@ -1,5 +1,5 @@ \subsection{2048} -%\screenshot{plugins/images/ss-2048}{2048}{fig: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. -- cgit v1.2.3