2048-ai
There are 54 repositories under 2048-ai topic.
Jonathan-Greve/AstrilVPN_2048_solver
Python code for automatically solving the AstrillVPN 2048 minigame.
macroxue/2048-ai
A strong AI for the popular 2048 game. It reaches the 65536 tile 3% of the time, without undos.
mmcenta/left-shift
Using deep reinforcement learning to tackle the game 2048.
hoangsonww/2048-Game
🎮 New iOS, Android, and web versions of 2048 game! Engage in the addictive puzzle challenge of combining like numbers to reach 2048, crafted for enjoyable, short gameplay sessions on any device!
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.
ziap/2048-ai
2048 AI with WebAssembly
SirPapillon/2048Game
2048 Game full source code in qt5 c\c++
moporgic/TDL2048
The Most Efficient Temporal Difference Learning Framework for 2048
aju22/DQN-2048
Implementation of Deep Q-network to play game 2048 using Tensorflow2.0/Keras and PyGame
paradite/2048
:two: 2048 game with an auto solver
NathanWine/2048-AI-Solvers
Collection of AI algorithms to solve/optimize 2048 games.
zhangjw-THU/AI-2048
人工智能导论,搜索大作业;2048AI
ziap/2048-tdl
Temporal difference learning for 2048
Quentin18/gymnasium-2048
Gymnasium environment for the game 2048
AnasImloul/2048_Game_AI_CPP
Reach up to 130k in the famous mobile game 2048 with a depth-search based AI
Animadversio/py2048
Simple implementation of 2048 in python. Command line and pygame interface.
avgupta456/2048-solver
🤖 2048 AI that reaches the 16,384 Tile
daviddwlee84/ReinforcementLearning2048
An AI BOT playing game 2048 by using reinforcement learning
DenBrun/2048-ai
Monte Carlo Tree Search-powered implementation of 2048 game, that plays the game autonomously, aiming to achieve the highest score.
philxhuang/2048pseudoAI
2048 Pseudo AI | 15-112 Term Project (Spring 2019)
Anurag14/2048
AI 2048 solver
fqjin/2048NN
Train a neural network to play 2048
JakubZojdzik/2048DeepQLearning
Deep Q-Learning training a neural network for playing 2048.
Lin775533/2048AI-with-LabVIEW
An AI-powered 2048 game implementation using Expectiminimax algorithm for optimal move prediction, featuring a LabVIEW interface for visualization and a comprehensive scoring system
maxencefrenette/swipy
A 2048 AI implemented in Rust
OndrejNepozitek/2048
Simulator, AI and GUI for the game 2048
qpwoeirut/2048
Website demo for AIs in 2048-solver repo
voldikss/EE369-2048-AI
Use supervised learning (imitation learning) and tree searching approaches to solve the game of 2048.
kaloodinaz/2048-ai
2048 AI - Play with AI solver
natureofcode/2048-ai
A strong AI for the popular 2048 game. Now with the option for the tile 4 chance.
SafeMemoryZone/2048
Replica of the game 2048 with an AI based on the principles of MCTS.
scar17off/ai-2048
A Python implementation of 2048 with a self-learning AI agent powered by TensorFlow. Features reinforcement learning, GPU acceleration, and real-time gameplay visualization.
WW92030-STORAGE/2048
2048 clone and AI implementation in C++
kguzek/2048-solver
An algorithm that plays and tries to beat the classic 2048 game.