CoolFace
Datasetpublic

cdeplanne/reachy-arcade-scores

Reachy Mini Arcade — Global Scores 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.

sourceHugging Facemitupdated 5d agoView on Hugging Face
0likes68downloads
Dataset Card

Reachy Mini Arcade — Global Scores

Global high-score table for the Reachy Mini Arcade Space.

scores.json holds one entry per game (best score globally):

json
{
  "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.