Skip to content

NagaChiang/Fib2584-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fib2584Ai

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).

It also includes an AI which is trained by TD-Learning. For more information, please visit here.

Fork from 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).

Contribution

Anyone can fork this to fit your AI, feel free to ask questions if you need some help:)

However, there is no trained database included. If you find your clone can't be executed properly, it's normal.

License

Fib2584Ai is licensed under the MIT license.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 45.0%
  • CSS 31.1%
  • SCSS 18.1%
  • HTML 5.8%