2048 is a popular puzzle game where players move tiles on a 4×4 grid, merging identical numbers. The goal is to create a tile with the number 2048 while improving your strategic thinking and planning skills.
- HTML — page structure
- CSS — styling and layout
- JavaScript — game logic and interactivity
- Merge tiles with identical numbers
- Track your current score
- Control the game using arrow keys
- Start a new game anytime
git clone https://github.com/tvoypervy/2048Game.git
npm install
npm start