Skip to content

oxguy3/2584

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2584

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!

Contributing

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.

License

2584 is licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.9%
  • JavaScript 37.1%