# 2048-game **Repository Path**: lejiejie/2048-game ## Basic Information - **Project Name**: 2048-game - **Description**: game-2048 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-09 - **Last Updated**: 2024-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 2048 Game A smooth, animated implementation of the classic 2048 puzzle game using vanilla JavaScript, HTML, and CSS. ## Features - 4x4 grid game board - Smooth tile animations - Score tracking - Win and lose conditions - Responsive design ## How to Play 1. Use arrow keys (←↑→↓) to move tiles 2. Tiles with the same number merge when they collide 3. Try to create a tile with 2048 4. Game ends when no more moves are possible ## Controls - ← Arrow Left: Move tiles left - → Arrow Right: Move tiles right - ↑ Arrow Up: Move tiles up - ↓ Arrow Down: Move tiles down ## Installation 1. Clone the repository 2. Open `index.html` in your web browser 3. Start playing! ## Technologies - HTML5 - CSS3 - Vanilla JavaScript ## Enjoy the Game!