2048 is a single-player sliding tile puzzle game written by Italian web developer Gabriele Cirulli in March 2014.
The goal of the game is to slide numbered tiles on a grid to combine them and create a tile with the number 2048. The game is simple to learn but hard to master, making it a timeless puzzle classic.
This implementation is built with Nuxt 3, TypeScript, and SCSS. It features server-side rendering, multi-language support (English & 简体中文), undo functionality, and a fully responsive design.
Based on the original 2048 game by Gabriele Cirulli, released under the MIT License.
← Back to home