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

https://github.com/sameetandpotatoes/2048ai

Java AI that solves 2048 consecutively.
https://github.com/sameetandpotatoes/2048ai

Last synced: 11 months ago
JSON representation

Java AI that solves 2048 consecutively.

Awesome Lists containing this project

README

          

2048AI
======

My AI take on the infamous 2048 game.

GUI Help (colors and layout / formatting) comes partially from adichopra. Thanks so much!

How to use:
===========

1. Simply unzip the '2048.zip' file and open the enclosed the jar file.

2. Press Start to see the AI work!

- Note: you can adjust the level of children's game states the AI makes in the code with the level variable.

While it does not win every single time, it has reached the 512 >99% of the time, the 1024 about 60-65% of the time, and the 2048 tile a little over 50% of the time. The highest known score it has reached is about 45,000.