An open API service indexing awesome lists of open source software.

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.

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/