/2048-clone

A clone of the popular 2048 game that interacts with 2048-AI server and auto-plays

Primary LanguageJavaScriptMIT LicenseMIT

2048-clone

This 2048 clone means to demonstrate the strength of 2048 AI with auto-play. The clone and the AI act as client and server, where the clone contacts the AI for move suggestions and auto-plays the moves until the game ends. See 2048 AI for more details.

For the orignal 2048 game repo, go to https://github.com/gabrielecirulli/2048.