SrinidhiRaghavan/AI-2048-Puzzle
2048 puzzle using minimax algorithm
This project offers an AI player for the 2048 puzzle game, designed to achieve high scores. It takes the current 4x4 game board as input and determines the optimal next move (up, down, left, or right) to maximize the overall score and tile values. This tool is ideal for enthusiasts of logic puzzles or anyone interested in seeing an AI conquer a popular sliding tile game.
No commits in the last 6 months.
Use this if you want to see an AI play 2048 with a strategic, foresight-based approach, aiming to reach high tile values like 2048 or 4096.
Not ideal if you're looking for a tool to solve complex, real-world optimization problems beyond game playing, or if you need an AI for a game with a vastly larger or unknown state space.
Stars
24
Forks
9
Language
Python
License
—
Category
Last pushed
Jul 14, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/SrinidhiRaghavan/AI-2048-Puzzle"
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.
qpwoeirut/2048-solver
A set of AIs for the 2048 tile-merging game. Includes an expectimax strategy that reaches 16384...
codetiger/MachineLearning-2048
AI player for 2048 game using Machine Learning concepts