🌍 Languages: English | 中文简体 | 日本語 | Deutsch | Français
- Total Games: 22
- Game Categories: Puzzle, Action, Arcade, Strategy
- Languages Supported: 5
- Ready to Play: ✅ All games
Welcome to our collection of open-source HTML5 games! Each game is ready to run directly in your browser and comes with complete source code.
| Game | Logo | Play Online | Category |
|---|---|---|---|
| 2048 | ![]() |
Play Now | Puzzle |
| 2048 Multitask | ![]() |
Play Now | Puzzle |
| Cubes 2048 | ![]() |
Play Now | Puzzle |
| Cupcake 2048 | ![]() |
Play Now | Puzzle |
| Doge 2048 | ![]() |
Play Now | Puzzle |
| Drive Mad | ![]() |
Play Now | Action |
| Edge Surf | ![]() |
Play Now | Action |
| Eggy Car | ![]() |
Play Now | Action |
| Fair Squares | ![]() |
Play Now | Puzzle |
| Fancy Pants Adventures | ![]() |
Play Now | Action |
| Fantasy Dash | ![]() |
Play Now | Action |
| Flappy Bird | ![]() |
Play Now | Arcade |
| Flappy Bird (Alternative) | ![]() |
Play Now | Arcade |
| Flash Tetris | ![]() |
Play Now | Puzzle |
| Game Inside | ![]() |
Play Now | Arcade |
| Geo Dash | ![]() |
Play Now | Action |
| Good Night | ![]() |
Play Now | Arcade |
| Meme 2048 | ![]() |
Play Now | Puzzle |
| Poly Track | ![]() |
Play Now | Action |
| Slice Master | ![]() |
Play Now | Arcade |
| Spider FRVR | ![]() |
Play Now | Strategy |
| UNO Online | ![]() |
Play Now | Strategy |
-
Clone this repository
git clone https://github.com/ailingqu/h5games.git
-
Navigate to any game directory
cd h5games/[game-name] -
Run the game (Choose one of the following methods):
Method 1: Direct Browser Opening (Simple games)
# For simple games that don't require web environment open index.htmlMethod 2: Local Web Server (Recommended)
# Using Python (Python 3) python -m http.server 8000 # Then open http://localhost:8000 in your browser # Using Python (Python 2) python -m SimpleHTTPServer 8000 # Using Node.js (if you have npx) npx http-server -p 8000 # Using PHP (if you have PHP installed) php -S localhost:8000
Method 3: Live Server (VS Code Extension)
# Install Live Server extension in VS Code # Right-click on index.html and select "Open with Live Server"
-
Start playing!
⚠️ Important: Some games require a web server environment to run properly due to CORS restrictions or file loading requirements. If a game doesn't work by directly opening index.html, please use Method 2 or 3 above.
Each game comes with:
- ✅ Complete HTML5 source code
- ✅ CSS styling files
- ✅ JavaScript game logic
- ✅ Assets and resources
- ✅ Ready-to-run configuration
This repository includes analytics tracking for usage statistics and popular games monitoring.
All games are open source and available for educational and personal use. Please check individual game directories for specific license information.
We welcome contributions! Please feel free to:
- 🐛 Report bugs
- 💡 Suggest new features
- 🎮 Add new games
- 🌍 Improve translations
- 📚 Enhance documentation
If you encounter any issues or have questions, please open an issue on GitHub. contact Cal
All games in this collection are gathered from the internet for educational and entertainment purposes. If you are the copyright holder of any game and wish to have it removed, please contact us and we will remove it immediately.
🎮 Happy Gaming! 🎮





















