Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 848 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 848 Bytes

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.