Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 654 Bytes

2048 game

A classic and addictive sliding puzzle game built to test your strategy and logic skills. The objective of the game is to combine tiles with the same number to reach the coveted 2048 tile!

  1. Slide tiles in one of four directions: up, down, left, or right.
  2. When two tiles with the same number collide, they merge into one tile with the sum of their values.
  3. Your goal is to create a tile with the number 2048.
  4. The game ends when no more moves are possible.

How to run

  • Use node version >=18
  • npm install
  • npm start

Here is demo link