A hexagonal twist on the classic 2048 sliding number game. The board is a radius-2 hexagonal grid (19 cells). Slide tiles in any of the 6 hex directions — tiles that match merge into their sum. Reach the 2048 tile to win, or keep going for a higher score!
How to Play
Use keyboard keys or on-screen buttons to slide tiles in 6 directions.
All tiles slide as far as they can in the chosen direction.
Two tiles with the same number that collide merge into one (their sum).
After each move, a new tile (2 or 4) appears in a random empty cell.
Reach the 2048 tile to win, or keep going for a higher score!
Controls
Q / E — Slide NW / NE
A / D — Slide W / E
Z / C — Slide SW / SE
On-screen buttons — Touch / mouse controls
Frequently Asked Questions
The grid is a radius-2 hexagon with 19 cells: 1 center + 6 inner ring + 12 outer ring.
Yes — the game continues after you reach 2048, so you can keep merging to reach 4096 and beyond.
The game ends when no valid moves remain — i.e., the grid is full and no two adjacent tiles have the same value.