A classic 2048 puzzle game built with vanilla JavaScript, HTML, and CSS. Slide tiles in four directions, merge numbers, and try to reach the 2048 tile!
- Merge and spawn effects for improved gameplay
- Keyboard control support (Arrow keys / WASD)
- Score tracking
- Responsive layout
- Clean and modular codebase
- HTML5
- CSS3
- JavaScript (ES6+)
- DOM manipulation
- Game state management
-
Clone the repository
git clone https://github.com/sborichevskyi/2048-game.gitcd 2048-game -
Install dependencies
npm installoryarn install -
Start the project locally
npm startoryarn start