jonatanklosko / ai2048

Clone of the 2048 game with a simple AI solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Clone of the 2048 game with a simple AI solver


Languages

Language:Java 90.8%Language:CSS 9.2%