/2048-AI

AI to play the game 2048

Primary LanguageJavaScriptMIT LicenseMIT

2048 AI

An AI that uses a recursive algorithm to try and get the highest possible score on the game.

The UI was taken from the source code of the original game already available on Github. I just wrote my AI on top of it!