Skip to content

Sliding puzzle game, where tiles with the same number merge till the result reach 2048.

License

Notifications You must be signed in to change notification settings

vbuldenko/2048-js-game

Repository files navigation

2048 JavaScript Game

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.

Technologies Used

  • HTML
  • CSS (SCSS)
  • JavaScript

Links

Launch Instructions

  1. Clone the repository:

    git clone https://github.com/vbuldenko/2048-js-game.git
  2. Navigate to the project directory:

    cd 2048-js-game
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm start

Open your browser and navigate to http://localhost:8080.

About

Sliding puzzle game, where tiles with the same number merge till the result reach 2048.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published