Skip to content

ElinaBahirova/js_2048-game

Repository files navigation

JS 2048 game

Overview

This is a web 2048 game implemented according this reference.

🕹️ Gameplay

  1. Press 'Start' to start the game.
  2. Use up, down, right and left arrow to control the game.
  3. All the numbers moves in the selected direction until all empty cells are filled in
    • 2 equal cells merges into a doubled number
    • The merged cell can’t be merged twice during one move
  4. The move is possible if at least one cell is changed after the move.
  5. To restart press 'Restart' button.

image

🛠️ Used technologies:

  • Javascript
  • SCSS
  • HTML

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published