A JavaScript implementation of the popular puzzle game 2048, faithfully reproducing the original algorithm by Gabriele Cirulli. This project was created for educational purposes, aiming to provide a accurate and functional clone of the classic game with some additional features.
2048 is a single-player sliding block puzzle game where the player's objective is to slide numbered tiles on a grid to combine them and create a tile with the value of 2048.
- Serve development build:
docker compose up
- Serve production preview build:
docker compose -f docker-compose.prod.yml up
2048 is licensed under the MIT license.