Github.all - Games
⭐ Overall Rating: ★★★☆☆ (3.5/5)
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.
📦 Repository Structure
/all-games
├── browser/ # Web-ready games (no install)
├── pc-builds/ # Windows/Linux executable builds
├── mobile/ # APK / iOS source
├── docs/ # How to play & design notes
└── assets/ # Shared sprites, audio, fonts
🎮 All Games – Solid Archive
A curated, cross-platform collection of playable games – from retro remakes to modern browser-based experiences. github.all games
🛠️ Build & Run Locally
Web games (static):
cd browser/game-name
npx http-server
Unity games:
- Open
UnityProject/in Unity 2021 LTS or newer - Build → PC/Mac/Linux
Python games:
pip install pygame
python python/snake_ai/main.py