As a student who understands the frustration of having gaming websites blocked, I've created this collection to help fellow students who are looking for unblocked gaming options. This is a collection of open-source H5 games from GitHub that can be deployed to personal domains. With one-click deployment, you can create your own private game page with a custom domain. This approach ensures reliable access while maintaining privacy, making it suitable for educational environments.
- ๐ฎ Curated high-quality H5 games
- ๐ One-click deployment
- ๐ Enhanced privacy with personal domain
- ๐ฑ Mobile-friendly
- ๐ Completely free to use
If you're new to programming or prefer a simpler approach, you can visit the pre-built game collection. This page provides two options:
- Direct access to already deployed games
- One-click deployment buttons for instant access
This is the easiest way to get started without any technical knowledge!
If you want to learn how to deploy games yourself and gain the ability to deploy other GitHub open-source games, follow the deployment guide below. This knowledge will enable you to deploy any GitHub game project in the future.
๐ Click here to view the deployment guide
Each game project includes:
- One-click deployment button
- Project address
- Original project address
Game Name | Project Address | Original Project | One-Click Deploy | Platform |
---|---|---|---|---|
P2ball | Project | Original | Deploy | ๐ฑ Mobile |
Plane war | Project | Original | Deploy | ๐ฑ Mobile |
Attack on ball | Project | Original | Deploy | ๐ฑ Mobile |
Pet party | Project | Original | Deploy | ๐ฑ Mobile |
Flappy bird | Project | Original | Deploy | ๐ฑ Mobile |
Jump one | Project | Original | Deploy | ๐ฑ Mobile |
Run robot | Project | Original | Deploy | ๐ฑ Mobile |
Rhythm | Project | Original | Deploy | ๐ฑ Mobile |
Circle the cat | Project | Original | Deploy | ๐ฑ Mobile |
Bike | Project | Original | Deploy | ๐ฑ Mobile |
Kupao | Project | Original | Deploy | ๐ฑ Mobile |
Candy | Project | Original | Deploy | ๐ฑ Mobile |
Hexgl | Project | Original | Deploy | ๐ฅ๏ธ PC |
Super Mario | -- | Original | Deploy | ๐ฅ๏ธ PC |
Space Huggers | -- | Original | Deploy | ๐ฅ๏ธ PC |
Hexgl | -- | Original | Deploy | ๐ฅ๏ธ PC |
Block Blast | -- | Original | Deploy | ๐ฑ Mobile |
Sokoban | -- | Original | Deploy | ๐ฅ๏ธ PC |
2048 | -- | Original | Deploy | ๐ฑ Mobile |
Black Hole Square | -- | Original | Deploy | ๐ฅ๏ธ PC |
Snake | -- | Original | Deploy | ๐ฅ๏ธ PC |
Fake Racer | -- | Original | Deploy | ๐ฅ๏ธ PC |
For more unblocked games, check out the complete game collection!
Looking for website templates? Visit the template gallery for various website templates!
If you're not familiar with programming or GitHub, you can follow this simple guide. This is the easiest way to deploy games - no programming knowledge required!
- Choose a game from the Game List above
- Click on the "Project" link to go to the game's GitHub page
- Click the green "Code" button and select "Download ZIP"
- Visit EdgeOne.ai Manage Page
- Click the "Upload Files" button
- Upload the ZIP file you downloaded in Step 1
- Click "Start Deployment"
Just wait a moment while your game is being deployed
That's it! Once deployment is complete, you can play the game online. This is the simplest and fastest way to deploy GitHub games that I've ever seen!
If you're familiar with programming and GitHub, you can use the advanced deployment method below. This method gives you more control and flexibility.
The deployment URL follows this structure: https://edgeone.ai/pages/new?template=GITHUB_REPO_URL&source=tomchild
template
: This parameter should be the GitHub repository URL of the game you want to deploysource
: This is a tracking parameter (you can keep it as is)
This means you can deploy any GitHub game repository by replacing the template
parameter with the repository URL. For example, if you find another open-source game on GitHub, you can deploy it using the same format.
Below is a detailed step-by-step tutorial with screenshots showing what happens after you click the "Deploy" button:
- Choose your favorite game from the Game List above
- Click the "Deploy" button in the Game List table above
- If you are using Google Chrome and have a Google account, simply click "Sign in with Google" to log in with your Google email
- Next, you'll see a GitHub integration screen. If you already have a GitHub account, please log in to GitHub and click "github" to link it
- After clicking github, you'll see a GitHub integration interface - simply click "install" to proceed
- After linking your GitHub account, you'll see a visibility settings screen. Here you can choose between "private" (only you can access the deployed game) or "public" (everyone can access the deployed game). Make your choice and click the "create" button to start the deployment
- After clicking "create", you'll see a deployment waiting screen - just wait for the deployment to complete
- Once deployment is complete, you'll see a congratulatory message. Click the link indicated by the arrow to start playing the game! The link will take you to your own unique custom domain, which is private to you. Since this is your personal domain, as long as you don't share it publicly, you can avoid any blocking risks.
- Now you can play the H5 game on your own domain!
The games collected in this project are from the open-source community and are for personal learning and use only. If you plan to use the games for commercial purposes, please check and comply with the original project's license agreement. For specific license information of each game, please refer to its original project address.
If you enjoy any of the games in the list, please give a star to the original project address - it's the best way to support open-source authors!
Contributions of new game projects or improvements are welcome! Please ensure that your submitted game projects:
- Have appropriate open-source licenses
- Maintain good code quality
- Run stably