https://github.com/datumbox/game-2048-ai-solver
Implementation of Game 2048 with an Artificial Intelligence Solver written in JAVA.
https://github.com/datumbox/game-2048-ai-solver
Last synced: about 1 year ago
JSON representation
Implementation of Game 2048 with an Artificial Intelligence Solver written in JAVA.
- Host: GitHub
- URL: https://github.com/datumbox/game-2048-ai-solver
- Owner: datumbox
- License: gpl-3.0
- Created: 2014-04-01T12:40:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-05T10:34:07.000Z (about 12 years ago)
- Last Synced: 2023-10-20T19:14:07.230Z (over 2 years ago)
- Language: Java
- Size: 199 KB
- Stars: 68
- Watchers: 23
- Forks: 51
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Game-2048-AI-Solver
===================
Implementation of Game 2048 with an Artificial Intelligence Solver written in JAVA.
This implementation is based on the ideas and projects of Gabriele Cirulli and Matt Overlan.
For more information concerning the technique check out:
http://blog.datumbox.com/using-artificial-intelligence-to-solve-the-2048-game-java-code/
Useful Links
============
Datumbox: https://www.datumbox.com/
Machine Learning Blog: https://blog.datumbox.com/
Game 2048 by Gabriele Cirulli: http://gabrielecirulli.github.io/2048/
2048 AI by Matt Overlan: http://ov3y.github.io/2048-AI/