You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/protocol-api.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,10 +46,7 @@ All communication uses JSON messages with a standardized structure. The protocol
46
46
"name": "function_name",
47
47
"arguments": {
48
48
"param1": "value1",
49
-
"param2": [
50
-
"array",
51
-
"values"
52
-
]
49
+
"param2": ["array", "values"]
53
50
}
54
51
}
55
52
```
@@ -86,14 +83,14 @@ The BalatroBot API operates as a finite state machine that mirrors the natural f
86
83
87
84
The game progresses through these states in a typical flow: `MENU` → `BLIND_SELECT` → `SELECTING_HAND` → `ROUND_EVAL` → `SHOP` → `BLIND_SELECT` (or `GAME_OVER`).
88
85
89
-
| State | Value | Description | Available Functions |
0 commit comments