About 2048 Classic
2048 is a popular single-player mathematical puzzle game. The objective is to slide numbered tiles on a 4x4 grid to combine them to create a tile with the number 2048.
When two tiles with the same number touch, they merge into one, doubling their value (e.g., 2+2=4, 4+4=8). The game is won when a tile with a value of 2048 appears on the board.
This version is a minimalist, mobile-friendly implementation designed for smooth gameplay and high-score chasing.