Skip to content

Latest commit

 

History

History
6 lines (3 loc) · 453 Bytes

README.md

File metadata and controls

6 lines (3 loc) · 453 Bytes
  1. Technologies used to create this project: JavaScript.

  2. Link to the project: DEMO LINK

  3. The goal of the game is to reach the number 2048 in any of the grid cells. The player can move cells using keyboard arrows (up, down, left, right). All numbers should be moved in the selected direction until all empty cells are filled in. If the number 2048 is displayed in any cell, the player wins the game.