Click the green flag to start. The goal of the game is to join tiles together that have values that are one apart in the Fibonacci sequence. When two tiles combine, they become one tile that's the sum of the numbers. As the title implies, your goal is to make a tile worth 2584 (F18). Use the arrow keys or WASD to shift all of the tiles on the board in the same direction. Every time you move the tiles, a new tile will spawn randomly with a value of either one (F1/F2) or two (F3).
Original code by JeramiahMacDonald Original idea for "Fibonacci 2048" by Coolmath Games, http://www.coolmath-games.com/0-2048-fibonacci This is easier if you know the Fibonacci sequence (1), 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, ... Notice to myself; fix scripts