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.
- Host: GitHub
- URL: https://github.com/sameetandpotatoes/2048ai
- Owner: sameetandpotatoes
- Created: 2014-07-18T03:54:05.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-02T19:48:54.000Z (over 11 years ago)
- Last Synced: 2025-07-26T03:50:31.294Z (12 months ago)
- Language: Java
- Homepage:
- Size: 887 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.