How to Play 2048 Hexagon
2048 Hexagon is a tile-merging puzzle played on a hexagonal grid. Like the classic 2048, you slide tiles to combine matching numbers โ but here the board has 6 directions and a fixed stone blocking the center.
The Board
The board is a hex grid with 19 circles arranged in a flower pattern (3 cells per edge). The center cell is a permanent stone โ it cannot move, be merged into, or be passed through. That leaves 18 playable tiles.
The stone splits each row and diagonal into two independent halves. Tiles in one half cannot slide past the stone to reach the other half.
Goal
Combine tiles until you create a tile with the value 2048. You can keep playing after reaching 2048 to chase a higher score.
Controls
- Q = upper-left (โ) E = upper-right (โ)
- A = left (โ) D = right (โ)
- Z = lower-left (โ) X = lower-right (โ)
- Arrow keys: โ / โ also move left and right
- Or click the directional buttons below the board
- Swipe in any of the 6 hex directions
- Or tap the directional buttons below the board
How Moves Work
When you slide in a direction, all tiles move as far as possible in that direction, stopping when they hit the board edge or the stone. If two tiles with the same value collide, they merge into one tile with double the value. Each tile can only merge once per move.
After every move, a new tile spawns on a random empty cell โ either a 2 (90% chance) or a 4 (10% chance).
Scoring
Your score increases by the value of every merge. For example, merging two 64 tiles gives you +128 points. Chaining multiple merges in a single move adds all of them together.
Game Over
The game ends when the board is full and no move in any of the 6 directions would change the board. At that point your score is final.
Daily Puzzle
Each day's puzzle uses the same random seed for all players โ so the starting tiles and spawn sequence are identical for everyone playing on that day. Compete with the global community on the leaderboard!