Skip to content

EkaterinaMuz/GAME2048

Repository files navigation

GAME 2048

  • JavaScript
  • Webpack
  • ESLint + Prettier

Game rules

  • Use your arrow keys to move the tiles
  • When two tiles with the same number touch, they merge into one
  • For a win you need a score of at least 2048
  • If all cells are filled with numbers in the way that there is no possibility of addition - you lose!

First screen

game interface

Second screen

game interface

Third screen

game interface