2048 Game — JavaScript Web Application
Interactive browser implementation of the game 2048 in JavaScript.
Functionality:
• logic for moving tiles on the game board
• merging numbers according to the rules of the game
• scoring
• handling win and game over states
• controlling the game via the keyboard
• dynamic DOM updates
Implementation features:
• implementation of game logic in pure JavaScript
• working with keyboard events
• structured code architecture
• interaction with the DOM
Technologies:
JavaScript, HTML5, SCSS.
Functionality:
• logic for moving tiles on the game board
• merging numbers according to the rules of the game
• scoring
• handling win and game over states
• controlling the game via the keyboard
• dynamic DOM updates
Implementation features:
• implementation of game logic in pure JavaScript
• working with keyboard events
• structured code architecture
• interaction with the DOM
Technologies:
JavaScript, HTML5, SCSS.