This project is a web-based implementation of the popular game 2048. The objective of the game is to slide numbered tiles on a grid to combine them and create a tile with the number 2048. The game features a responsive design, intuitive controls, and a dynamic scoring system.
- HTML: For the structure of the game.
- SCSS: For styling and layout.
- JavaScript: For game logic and interactions.
You can view the live preview of the game here:
To run the project locally, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/js_2048_game.git cd js_2048_game