Games - Github.all
As web technologies evolve (WebGPU, WebTransport, further Wasm improvements), the quality of browser-based games will approach native console levels. We are already seeing Unreal Engine 5 demos being hosted on GitHub Pages.
The dream of github.all games is moving closer to reality. We are not far from a single URL that genuinely allows you to scroll through every significant open-source game ever written, from text-based adventures to ray-traced first-person shooters.
However, the decentralized nature of GitHub is also its strength. There is no central authority deleting games for "inactivity." As long as the code is there, the game is alive. github.all games
| Game | Platform | Status | Description | |------|----------|--------|-------------| | Block Breaker | Web / PC | ✅ Stable | Classic arkanoid with power-ups | | Space Shooter | Web | ✅ Stable | 2D arcade dogfight | | Dungeon Crawler | PC | 🚧 Beta | Turn-based roguelite | | Snake RL | Terminal | ✅ Finished | AI learns to play Snake |
Web games (static):
cd browser/game-name
npx http-server
Unity games:
Python games:
pip install pygame
python python/snake_ai/main.py
If you want a single URL that comes closest to the dream of github.all games, you need to know about the legendary "All Games" collections. These are repositories designed to aggregate hundreds, sometimes thousands, of browser-based games into a single, searchable launcher.
| User Type | Recommendation | |-----------|----------------| | Developers | ⭐⭐⭐⭐⭐ – Excellent resource for learning game code. | | Casual gamers | ⭐⭐☆☆☆ – Can be frustrating unless you stick to well-documented, pre-built releases. | | Retro fans | ⭐⭐⭐⭐☆ – Lots of classic game clones and demakes. | | Tinkerers | ⭐⭐⭐⭐⭐ – Perfect if you like modifying or fixing games. | Unity games :