Skip to content

indigo04/my_2048

Repository files navigation

#2048 Game

Implemented task "2048" from Mate academy

Technologies:

  • HTML5
  • CSS
  • SASS
  • JS

Requirements:


  • Node.js v20
  • npm or yarn

Installation:

Clone the repository:

git clone https://github.com/"username"/my_2048.git

Navigate to the project directory:

cd my_2048

Install the dependencies:

npm install

Start the development server:

npm start

Game features:


2048 is played on a plain 4×4 grid, with numbered tiles that slide when a player moves them using the four arrow keys. The game begins with two tiles already in the grid, having a value of either 2 or 4, and another such tile appears in a random empty space after each turn.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published