Log In


Log in with Facebook Log in with Google Log in with Spotify
Forgot Password?     Sign Up

Forgot Password


Enter your email address below. If an account exists, we will email you password reset instructions.

Reset Password


Please enter and confirm your new password below. Passwords need to be at least 6 characters long.

Sign Up


Sign up with Facebook Sign up with Google Sign up with Spotify

By signing up, you agree to the terms & conditions and privacy policy of this website.

Already a member? Please log in.

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.

| 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. |