Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 733 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 733 Bytes

2048 Game

Description

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.

Technologies Used

  • HTML
  • SCSS/SASS
  • JavaScript

Preview

You can preview the game here.

Launch Instructions

To launch the game:

  1. Clone the repository to your local machine.
  2. Navigate to the project directory in your terminal.
  3. Install the dependencies by running npm install or yarn install.
  4. Start the project by running npm start or yarn start.
  5. Open your browser and go to http://localhost:3000 to view the project.