Global high-score table for the Reachy Mini Arcade Space.
scores.json holds one entry per game (best score globally):
{
"spaceship": { "score": 12345, "name": "AAAA", "owner": "username", "updated": "2026-05-21T12:00:00Z" },
...
}
Writes are gated by the reachy-arcade-api backend Space, which verifies the caller's HF OAuth token before merging.