Skip to content

Yurko-Komanitskyi/2048game

Repository files navigation

2048 Game

Project Overview

This project is a copy of the popular game 2048, developed entirely in JavaScript. The goal of the game is to combine numbered tiles on a grid to reach the 2048 tile. Players can move the tiles in four directions, and when two tiles with the same number collide, they merge into one with a doubled value. The game ends when there are no more moves left or the player reaches the 2048 tile.

Technologies Used

  • HTML – for structuring the web page content
  • SCSS – for styling with SASS variables and mixins
  • JavaScript – for adding interactivity and handling events on the page

Useful links

Getting Started

To set up and run the project locally, follow these steps:

  1. Clone the repository.
  2. Navigate to the project directory.
  3. Install dependencies by running:
  • npm install
  1. Start the project:
  • npm start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published