Dev Tools · 2h ago
Dev builds 2048 clone with AI that plays itself
A developer created a 2048-style game with level-ups and an AI autoplay feature. The AI uses a minimax search tree to achieve scores beyond human reach, reaching the final milestone of 32,768. The project is open-source and available on jo4.io.
Meridian48 take
A fun side project, but the AI approach is a well-known technique for 2048, offering little novelty for experienced game AI developers.
game-ai2048-clone