qpwoeirut/2048-solver
A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384 with 34.6% success and an ML model trained with temporal difference learning.
This project offers various AI strategies designed to play the popular 2048 tile-merging game. It takes the current game board as input and determines the optimal next move. This tool is for game enthusiasts, AI researchers, or competitive players interested in understanding and applying advanced game-playing algorithms.
No commits in the last 6 months.
Use this if you want to see highly effective AI models play 2048, compare different AI strategies, or develop your own game-playing AI.
Not ideal if you are looking for a simple game helper to casually improve your own 2048 score in real-time.
Stars
28
Forks
3
Language
C++
License
MIT
Category
Last pushed
Mar 20, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/qpwoeirut/2048-solver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Kulbear/endless-2048
[WIP] Aim to build an AI player for the 2048 game with a remarkable winning rate.
lesaun/2048-expectimax-ai
2048 game solved with Expectimax
FelipeMarcelino/2048-Gym
This projects aims to use reinforcement learning algorithms to play the game 2048.
SrinidhiRaghavan/AI-2048-Puzzle
2048 puzzle using minimax algorithm
moporgic/TDL2048
The Most Efficient Temporal Difference Learning Framework for 2048