/ai2048

Clone of the 2048 game with a simple AI solver

Primary LanguageJava

AI 2048

A clone of the 2048 game with a simple AI solver implementing the Monte Carlo method described in this article.

Example

Development

mvn clean javafx:run

Build

mvn package