This is a web 2048 game implemented according this reference.
- Press 'Start' to start the game.
- Use up, down, right and left arrow to control the game.
- 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
- The move is possible if at least one cell is changed after the move.
- To restart press 'Restart' button.
- Javascript
- SCSS
- HTML