๐ŸŒ€

2048 Fibonacci

Like 2048, but tiles merge along the Fibonacci sequence โ€” 1, 1, 2, 3, 5, 8, 13โ€ฆ Reach 2584 to win!

Use arrow keys or swipe to slide tiles
โ† โ†’ โ†‘ โ†“ Arrow keys or swipe
Score
0
Best
0
Target
2584
Merge consecutive Fibonacci numbers:
1+1=2 ยท 1+2=3 ยท 2+3=5 ยท 3+5=8โ€ฆ

About 2048 Fibonacci

2048 Fibonacci takes the addictive sliding mechanics of the classic 2048 game and replaces the doubling merge rule with the Fibonacci sequence. In this version, two tiles can only merge if they are consecutive Fibonacci numbers โ€” so 1 and 2 make 3, 2 and 3 make 5, 3 and 5 make 8, and so on. This makes the puzzle much harder and more strategic, as not every two matching tiles can merge. The goal is to reach a tile with the value 2584 (the 18th Fibonacci number)!

Controls

  • Arrow Keys โ€” Slide all tiles in that direction
  • Swipe โ€” Swipe on mobile to slide tiles
  • New Game โ€” Start a fresh board

How to Play

  • Slide tiles in any direction โ€” all tiles shift as far as possible.
  • Two adjacent tiles merge only if they are consecutive Fibonacci numbers (e.g. 3 and 5 โ†’ 8).
  • After each move, a new tile (1 or 2) appears in a random empty cell.
  • Reach 2584 to win! The game ends when no valid moves remain.
  • Plan your merges carefully โ€” not every adjacent pair can combine!

Frequently Asked Questions

The Fibonacci sequence is: 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584โ€ฆ Each number is the sum of the two before it. In this game, tiles merge when they are two consecutive numbers in this sequence.
Unlike standard 2048 where identical tiles merge, Fibonacci 2048 requires the two tiles to be consecutive Fibonacci numbers. So 5+5 won't merge, but 3+5=8 or 5+8=13 will. This is what makes the game uniquely challenging!
Scoring works similarly โ€” you earn points equal to the resulting tile value when two tiles merge. So merging 3+5 earns 8 points, and merging 987+1597 earns 2584 points.