If you want to give this AI implementation a try click here. The game is hosted on Heroku.
2048 is a game made by gabrielecirulli which can be found in his repository. More information about the game can be found on its Wikipedia page.
For a seminar assignment at my university I made this AI, which uses a method similar to Monte Carlo method to estimate the best move. The result varies depending on number of games played between each move, but for 100 games played between each move it wins in around 93% and reaches the tile 4096 around 23% of the time.
Anna Harren and sigod are maintainers for this repository.
Other notable contributors:
- TimPetricola added best score storage
- chrisprice added custom code for swipe handling on mobile
- marcingajda made swipes work on Windows Phone
- mgarciaisaia added support for Android 2.3
Many thanks to rayhaanj, Mechazawa, grant, remram44 and ghoullier for the many other good contributions.
2048 is licensed under the MIT license.
If you like the game I encourage you to donate to the original author gabrielecirulli. His BTC address is 1Ec6onfsQmoP9kkL3zkpB6c5sA4PVcXU2i
.