A simple web-based clone of the popular 2048 puzzle game, built using HTML, CSS, and JavaScript.
- Use your arrow keys to move the tiles.
- When two tiles with the same number touch, they merge into one.
- Keep combining tiles until you reach 2048 โ or try for a higher score!
You can run the game locally or host it on any static server.
LIVE DEMO - https://itzrv19.github.io/2048/
.
โโโ index.html # Main HTML file
โโโ 2048.css # Stylesheet
โโโ 2048.js # Game logic
โโโ README.md # Project documentation
- Smooth tile movement and animations
- Classic 2048 gameplay
- Works in any modern browser
- Lightweight (pure HTML, CSS, JS)