GitHub.io games are browser-based experiences hosted on GitHub Pages, often referred to as "portable" because they no installation
4. Browser Quest (Massively Multiplayer)
Created by the Mozilla team to showcase HTML5. This is a portable MMORPG. You log in via GitHub.io, create a character, and see other players moving in real-time. No server setup required.
- Write an HTML5 game (or compile a C#/Rust game to WebAssembly).
- Put all assets (images, sounds) in a single folder or embed them as Base64.
- Push to a GitHub repo named
yourusername.github.io.
- Done – your game is now portable forever.
.card-img
background: #0a0f1c;
height: 150px;
display: flex;
align-items: center;
justify-content: center;
font-size: 3.5rem;
position: relative;
border-bottom: 1px solid #2d3e5e;