Github Game: Sites

An open-source remake of Sid Meier’s Civilization II. This is a massive project: turn-based strategy, diplomacy, technology trees, and world domination. The GitHub version runs entirely in your browser with WebAssembly.

A "GitHub game site" refers to a web-based game hosted on GitHub, typically rendered using GitHub Pages—a feature that turns a code repository into a live website.

Traditional game distribution requires downloads, installers, and powerful hardware. GitHub game sites reverse this logic. Because they are built using HTML5, JavaScript, and WebAssembly, these games run instantly inside a browser tab. github game sites

If you visit a repository (for example, user/awesome-game) and go to user.github.io/awesome-game, you are on a GitHub game site. They range from classic Snake and Tetris clones to complex 3D first-person shooters and multiplayer .io clones.

Multiplayer or AI checkers with a wooden board aesthetic. The AI uses a minimax algorithm viewable in the repo. Great for learning artificial intelligence basics. An open-source remake of Sid Meier’s Civilization II

A fan-made idle clicker game based on Pokémon. No ROMs are included—it's an original asset, clicker-style game where you capture and level up creatures. It’s surprisingly deep.

The original open-source clone of the infamous mobile hit. With a simple spacebar mechanic and procedural pipes, this GitHub site proves that frustratingly difficult games have a permanent home in browsers. A "GitHub game site" refers to a web-based

If you own mygame.com, you can add a CNAME file to your repository and point your domain to GitHub’s servers. This makes your GitHub game site look professional.