2048
2048 is a browser game where players move numbered tiles on a 4x4 grid using the arrow keys. Every turn, a new tile with a value of either 2 or 4 appears randomly on an empty space on the board. The tiles slide as far as possible in the chosen direction until they hit another tile or the edge of the grid. If two tiles with the same number collide, they merge into a single tile with the sum of their values. The resulting tile can't merge again in the same move. The goal is to reach a tile with the value of 2048, but players can continue to play and strive for a higher score. The game ends when there are no more legal moves or empty spaces on the board. A scoreboard on the upper-right corner keeps track of the player's score, which increases each time tiles merge.
Strategies in 2048 include keeping the highest tiles in a specific corner and to keep that tile in that corner and to fill the specified row with the highest numbers
Last updated