Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 228 Bytes

File metadata and controls

5 lines (3 loc) · 228 Bytes

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!