A collection of browser-playable games, served as standalone HTML files via a CDN-friendly directory structure.
/
├── config.json # Game registry (names, paths, metadata)
└── games/ # One .html file per game
├── cookie-clicker.html
├── minecraft-1.5.2.html
└── ...
| Field | Description |
|---|---|
id | URL-safe slug matching the filename |
name | Human-readable display name |
path | Relative path to the game's HTML file |
image | Relative path to the game's thumbnail |
.html file into games/.games array in config.json.