The family list: every game of the Kestrel's Nest in one file, shown in each game's about panel

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Jm2auWk6RP71CjaAb4FMoG
This commit is contained in:
Eric Wagoner
2026-09-23 12:26:46 -04:00
co-authored by Claude Fable 5.1
parent 6dce3b82f0
commit e846ddedc4
6 changed files with 100 additions and 0 deletions
+9
View File
@@ -68,3 +68,12 @@ The contract is simultaneous rounds: every seat that needs input submits,
then the round resolves; turn-at-a-time games fit as the case where one
seat needs input at a time. A game of single commands with out-of-turn
interruptions, Wiz-War's shape, does not fit and keeps its own server.
## The family
`family.json` lists every game of the Kestrel's Nest: slug, name, address,
one-line pitch, player count and origin. Each game ships a copy as
`static/family.json` (the deploy script takes the kit's latest when the kit
is beside the game) and its about panel lists the others under *More games
at the Kestrel's Nest*. Add a game here, then deploy the games; nothing
else needs to know.