This project is a recreation of the popular game 2048. It is a single-player sliding tile puzzle game, where the objective is to slide numbered tiles on a grid to combine them and create a tile with the number 2048.
- HTML
- SCSS/SASS
- JavaScript
You can preview the game here.
To launch the game:
- Clone the repository to your local machine.
- Navigate to the project directory in your terminal.
- Install the dependencies by running npm install or yarn install.
- Start the project by running npm start or yarn start.
- Open your browser and go to http://localhost:3000 to view the project.