Plutonium GCDN

A collection of browser-playable games, served as standalone HTML files via a CDN-friendly directory structure.

Structure
/
├── config.json       # Game registry (names, paths, metadata)
└── games/            # One .html file per game
    ├── cookie-clicker.html
    ├── minecraft-1.5.2.html
    └── ...
config.json fields
FieldDescription
idURL-safe slug matching the filename
nameHuman-readable display name
pathRelative path to the game's HTML file
imageRelative path to the game's thumbnail
Adding a Game
  1. Drop the self-contained .html file into games/.
  2. Add a corresponding entry to the games array in config.json.