Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (23 loc) · 1.18 KB

2048 Game

Description

Developed a JavaScript browser-based version of the game 2048. The game incorporates responsive grid-based mechanics, allowing players to combine numbered tiles and strive to reach the 2048 tile. The project supports keyboard input to control tile movement with arrows and dynamically updates the score. The code uses clean and modular JavaScript practices, making it easy to maintain and extend.

Technologies that have been used

  • HTML5
  • CSS3
  • SASS
  • JAVASCRIPT (ES6+)
  • BEM
  • GULP
  • GIT

Instructions for working with the project

  1. Cloning a repository. You need to write git clone https://github.com/boikoua/game_2048 in terminal.

  2. Go to the project folder cd game_2048.

  3. Check the node version. The version of node should be v20.x.x. To do this, type the command node -v in the terminal.

  4. Install dependencies. To do this, enter the npm install command.

  5. Run the project. To do this, enter the npm start command. After that the project will be available to you at http://localhost:3000.

View project

Link to the project DEMO LINK.

Preview

Preview