This repository implements an AI for the game 2048. It was developed by @hudsongeovane.
The algorithm idea is based on monte carlo simulations. Movements are played randomly several times and the one with higher probability of "not losing" is chosen. This strategy leads to win often.
To see the engine working, check out on github pages. http://hudsongeovane.github.io/2048-AI
The official app can also be found on the Play Store and App Store!