2048 Fibonacci

0
0

Join the numbers and get to the 2584 tile!

How to play: Use your arrow keys to move the tiles. When two tiles with adjacent Fibonacci numbers touch, they merge into one! In mathematical terms, the sequence Fn of Fibonacci numbers is defined by the recurrence relation
F_n = F_{n-1} + F_{n-2},
1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ...


Note: Fibonacci sequence is often appears in the IQ tests.


Embed game on Your site

Development

Created by Gabriele Cirulli. Based on 1024 by Veewo Studio and conceptually similar to Threes by Asher Vollmer. Fibonacci port by Joshua Liebow-Feeser.