Github.all Games
Web games (static):
cd browser/game-name
npx http-server
Unity games:
Python games:
pip install pygame
python python/snake_ai/main.py
Several developers have created "all-in-one" retro consoles that run entirely in HTML5. Search for repositories with keywords like "web retro emulator" or "js emulator collection."
GitHub All Games is an ambitious collection that brings together a wide variety of open-source games—from retro clones to original indie experiments. It’s a treasure trove for developers, hobbyists, and retro gaming fans, but it comes with the usual GitHub ecosystem trade-offs. github.all games
You do not need to download Visual Studio or learn command-line Git to play these games. GitHub built a feature specifically for this: Pages.
A curated, cross-platform collection of playable games – from retro remakes to modern browser-based experiences. Web games (static): cd browser/game-name npx http-server
One of the most famous repos on the platform is a project that aims to catalog every major open-source browser game. It uses a simple JSON database and a searchable front-end UI.