Skip to content

e1uone/yet-another-one-2048-js-game

Repository files navigation

2048 JS Clone

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.

Play it now

Go website

Usage with Docker

  • Serve development build:
docker compose up
  • Serve production preview build:
docker compose -f docker-compose.prod.yml up

License

2048 is licensed under the MIT license.