2048: Difference between revisions

Content added Content deleted
m (shown the rules in a bullet list, used indentation for examples, moved one rule to explain about adding '''2''' tiles. added whitespace, used a different fontsize for the example tiles being shown..)
m (added a word to the task preamble ("move").)
Line 9: Line 9:
;Rules of the game:
;Rules of the game:
:*   The rules are that on each turn the player must choose a direction   (up, down, left or right).
:*   The rules are that on each turn the player must choose a direction   (up, down, left or right).
:*   All tiles move as far as possible in that direction, some more than others.
:*   All tiles move as far as possible in that direction, some move more than others.
:*   Two adjacent tiles (in that direction only) with matching numbers combine into one bearing the sum of those numbers.
:*   Two adjacent tiles (in that direction only) with matching numbers combine into one bearing the sum of those numbers.
:*   A move is valid when at least one tile can be moved,   if only by combination.
:*   A move is valid when at least one tile can be moved,   if only by combination.