2048 Game — browser game on JavaScript
Developed an interactive browser version of the game 2048 using HTML, CSS, and JavaScript. The game replicates the classic mechanics of 2048: the user moves tiles using keys or swipes, tiles with the same values merge, and the player tries to reach the tile with the number 2048.
The project implements:
game logic with tile merging and score calculation
keyboard controls (arrows) for moving tiles
responsive layout for different screens
clean and structured HTML/CSS markup
This project demonstrates the ability to work with the DOM, events (event listeners), arrays, game logic, and dynamic UI updates using JavaScript.
The project implements:
game logic with tile merging and score calculation
keyboard controls (arrows) for moving tiles
responsive layout for different screens
clean and structured HTML/CSS markup
This project demonstrates the ability to work with the DOM, events (event listeners), arrays, game logic, and dynamic UI updates using JavaScript.