Add reference game-state captures

Hand-captured state snapshots (menu through hand_select) used to
build the facts layer and decision handlers. Live run dumps are
gitignored, these stay for reference.
This commit is contained in:
0xrsydn 2026-09-21 17:09:43 +07:00
commit 9966580d41
16 changed files with 3077 additions and 0 deletions

11
capture/01_menu.json Normal file
View file

@ -0,0 +1,11 @@
{
"state_type": "menu",
"menu_screen": "main",
"message": "Main menu.",
"options": [
"singleplayer",
"multiplayer",
"settings",
"quit"
]
}