2048 Game is a classic sliding puzzle game that challenges players to combine numbered tiles to reach the 2048 target tile. Swipe in any direction to merge matching numbers, planning each move to prevent the board from filling up.
- HTML
- CSS (SCSS)
- JavaScript
-
Clone the repository:
git clone https://github.com/vbuldenko/2048-js-game.git
-
Navigate to the project directory:
cd 2048-js-game
-
Install the dependencies:
npm install
-
Start the development server:
npm start
Open your browser and navigate to http://localhost:8080.