Games .github.io New!
: Most games on the platform are built with HTML5, CSS, and JavaScript, meaning they run instantly in your browser without any downloads. Popular Genres Found on GitHub
Many of the internet’s most viral puzzle games were born or preserved on GitHub.
Games hosted on .github.io leverage GitHub Pages to turn code repositories into accessible, zero-cost, browser-based experiences, fostering a robust community for open-source indie development. This platform serves as a vital sandbox for HTML5 and JavaScript projects, ranging from classic retro remakes to experimental, community-driven simulations. Explore a curated list of open-source projects at leereilly/games GitHub and OpenSourceVideoGames/list GitHub. Can you use Pages to host a game? #138771 - GitHub
The games found on these platforms range from simple clickers to complex, collaborative projects. games .github.io
: A high-level system for controlling audio on the web, letting games compute complex spatial positioning and sound layering inside the code. Legendary Games Born on GitHub
scoreSpan.innerText = `$leftScore : $rightScore`; draw(); animationId = requestAnimationFrame(update);
: Designed by developer Gabriele Cirulli, the viral sliding-tile puzzle game was open-sourced entirely on a GitHub 2048 Repository. It became a global phenomenon and remains a classic template for web developers today. : Most games on the platform are built
#score-list padding-left: 20px;
Because these web experiences serve content from a domain associated with one of the most trusted development platforms in the world, institutional internet filters rarely flag them. What began as a tool for developers to publish project documentation has organically evolved into a massive, decentralized, and completely free gaming catalog. What is a "github.io" Game?
If you are looking for specific collections or developers, these sites provide a wide variety of content: GitHub.io Games Online : A repository featuring titles like Hollow Knight Geometry Dash Wave Collection: Web games This platform serves as a vital sandbox for
: Any time the developer pushes a code optimization patch or adjusts game logic, the live URL at username.github.io updates instantly without manually managing third-party web hosting or server clusters. How to Find and Play GitHub.io Games
You can find a massive variety of games by searching GitHub Topics . Some of the most common genres include:
| | Best For | Setup Time | Key Features | | :--- | :--- | :--- | :--- | | GitHub Pages | Free static hosting; using Git version control | ~10+ minutes | GitHub integration, version control, automation | | itch.io | Selling or sharing multi-file commercial games | ~5-15 minutes | Built-in monetization, community features, game jams | | ArcadeLab | Publishing single-file HTML games without an account | ~30 seconds | Extremely fast, no account required | | Glitch | Building games with a backend or server-side logic | ~5-10 minutes | Server-side code support, live collaboration |
// score if(ball.x < 0) rightScore++; resetBall(); else if(ball.x > canvas.width) leftScore++; resetBall();



