Skip to content

vk-workshop/game_2048

 
 

Repository files navigation

2048 Game

Project Overview

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.

Technologies Used

  • HTML: For the structure of the game.
  • SCSS: For styling and layout.
  • JavaScript: For game logic and interactions.

Preview

You can view the live preview of the game here:

2048 Game Preview

Additional Launch Instructions

To run the project locally, follow these steps:

  1. Clone the repository:
    git clone https://github.com/your-username/js_2048_game.git
    cd js_2048_game

About

JS Advanced task. Create a 2048 game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.0%
  • SCSS 7.8%
  • HTML 5.2%