Merge number tiles in six directions across a hexagonal board — a challenging and addictive 2048 puzzle variant, free to play online.
Use swipe gestures, arrow keys, or hex-button controls to slide in any of the 6 directions.
Tiles of the same value merge to double their number when they collide. Your goal is to reach the 2048 tile!
On mobile, you can swipe in any of the six main directions to move tiles. On desktop, use the directional buttons or keyboard shortcuts (Q/W/E/A/S/D).
1. Corner Strategy: Try to keep your highest tiles in one corner and build from there.
2. Plan Ahead: Think about how your moves will affect multiple rows at once.
3. Space Management: Don't fill the center early; give yourself space to maneuver.
4. Direction Awareness: Remember that moves affect tiles in all three axes of the hex grid.
This isn't your standard 2048 game! The hexagonal grid adds a whole new dimension (literally) to the gameplay:
Keyboard (Desktop):
Q = Northwest • W = North • E = Northeast
A = Southwest • S = South • D = Southeast
Touch (Mobile):
Swipe in any of the six primary directions indicated by the on-screen arrows
Pattern Recognition: Learn to spot potential chain merges 2-3 moves ahead.
Tile Sequencing: Build power tiles (256, 512, 1024) in adjacent positions.
Risk Management: Use Undo strategically when a move creates board lock. The stack mode offers a different approach to managing tile layers.
Gesture Sensitivity: Make deliberate swipes with clear directional intent.
Zoom Awareness: Pinch to zoom on complex board states.
Battery Friendly: Disable animations if experiencing performance issues.
Tile Randomization: 90% chance for "2" tiles, 10% for "4" tiles.
Deterministic Logic: Same moves always produce same results.
No Hidden Mechanics: All game rules are explicitly stated.
Avoid the "Center Trap": Getting your highest tile stuck in the center severely limits merging options. Always work toward moving high-value tiles to corners or edges where they have fewer movement restrictions.
The hexagonal layout introduces unique strategic considerations:
Last Update: Game mechanics unchanged since initial deployment
Random Seed: Tile spawn uses browser's cryptographically secure random generator
Score Verification: All scores calculated locally with transparent formula (merged tile value = points earned)
Undo Limit: Maximum 3 undos per game to maintain challenge integrity