English | 简体中文
A classic 2048 puzzle game with multiple implementations, featuring smooth animations and responsive design.
Visit 2048 Game to start playing
- 🎯 Classic 2048 gameplay
- 📱 Responsive design for mobile devices
- ⌨️ Keyboard control support (↑↓←→)
- 👆 Touch swipe support
- 🎯 Score tracking
- 🔄 New game at any time
# Clone the repository
git clone https://github.com/knight174/2048-game.git
# Enter the project directory
cd 2048-game
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
- React 18
- TypeScript
- Vite
- CSS Modules
- Vue 3
- TypeScript
- Vite
- Composition API
- HTML5
- CSS3
- Pure JavaScript