Game-2048-AI-Solver
Game-2048-AI-Solver copied to clipboard
Implementation of Game 2048 with an Artificial Intelligence Solver written in JAVA.
trafficstars
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/