The ever-popular 2048, but using Fibonacci numbers instead of powers of two. In this version, instead of tiles with equal numbers being combinable, tiles with numbers that are consecutive in the Fibonacci sequence are combinable (and will create tiles with their sum).
A checker-free version of 2584, which is a small fork of 2048, which is a clone of 1024, based on Saming's 2048 (also a clone).
Made just for fun. Play it here!
Changes and improvements are more than welcome! Feel free to fork and open a pull request. Please make your changes in a specific branch and request to pull into master
! If you can, please make sure the game fully works before sending the PR, as that will help speed up the process.
You can find the same information in the contributing guide.
2584 is licensed under the MIT license.