/Ai-2048-Solver

an AI to solve our 2048 games. this program gets our grid as input and give us the best move.

Primary LanguageJavaScriptMIT LicenseMIT

Introduction

While I was playing 2048, I thought that what move could be the best move in each stage?

And I started looking for such a resource in GitHub, but I didn't find what I wanted.

So i start this project base on gabrielecirulli project to find best move in each stage!.

Project Status

  • Read forked code
  • delete useless parts
  • Start Writing the Project