Game 2048 (JS, DOM)
https://sirius9312.github.io/js_2048_game/ - link to the game.
This project is made using HTML, CSS, JavaScript (with DOM usage).
The game is controlled using the arrow keys in 4 directions. With each move, 2 tiles with the same values combine into 1 tile with a value twice as large, and this continues until a tile with the number 2048 appears on the board.
This project is made using HTML, CSS, JavaScript (with DOM usage).
The game is controlled using the arrow keys in 4 directions. With each move, 2 tiles with the same values combine into 1 tile with a value twice as large, and this continues until a tile with the number 2048 appears on the board.