A collection of browser-playable games, served as standalone HTML files via a CDN-friendly directory structure.
/
├── config.json # Game registry (names, paths)
├── details.json # Descriptions, controls, banners, sync, tags
└── games/ # One folder per game
├── cookie-clicker/index.html
├── motox3m/index.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 |
details.json | Per-game metadata keyed by game id |
games/<game-id>/index.html.games array in config.json.details.json.