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!
- Slide tiles in one of four directions: up, down, left, or right.
- When two tiles with the same number collide, they merge into one tile with the sum of their values.
- Your goal is to create a tile with the number 2048.
- The game ends when no more moves are possible.
How to run
- Use node version >=18
- npm install
- npm start
Here is demo link