Skip to content

RUBIC0N5545/2048

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published