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
+21
View File
@@ -0,0 +1,21 @@
{
"family": "the Kestrel's Nest",
"games": [
{
"slug": "wizwar",
"name": "Wiz-War",
"url": "https://wizwar.kestrelsnest.social",
"pitch": "Steal treasure. Blast through walls. Outwit your friends.",
"players": "2 to 6",
"origin": "Tom Jolly's board game, sixth edition, 1993"
},
{
"slug": "waving-hands",
"name": "Waving Hands",
"url": "https://hands.kestrelsnest.social",
"pitch": "Duelling wizards. Two hands each. The right run of gestures is a spell.",
"players": "2 to 12",
"origin": "Richard Bartle's pencil-and-paper duel, 1977"
}
]
}