Skip to content

Commit 90c2963

Browse files
committed
style(docs): format markdown table
1 parent ec53f57 commit 90c2963

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/protocol-api.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,15 @@ The BalatroBot API provides core functions that correspond to the main game acti
109109

110110
### Overview
111111

112-
| Name | Description |
113-
| ---------------------- | ---------------------------------------------------------------------------- |
114-
| `get_game_state` | Retrieves the current complete game state |
115-
| `go_to_menu` | Returns to the main menu from any game state |
116-
| `start_run` | Starts a new game run with specified configuration |
117-
| `skip_or_select_blind` | Handles blind selection - either select the current blind to play or skip it |
118-
| `play_hand_or_discard` | Plays selected cards or discards them |
119-
| `rearrange_hand` | Reorders the current hand according to the supplied index list |
120-
| `cash_out` | Proceeds from round completion to the shop phase |
112+
| Name | Description |
113+
| ---------------------- | ------------------------------------------------------------------------------------------- |
114+
| `get_game_state` | Retrieves the current complete game state |
115+
| `go_to_menu` | Returns to the main menu from any game state |
116+
| `start_run` | Starts a new game run with specified configuration |
117+
| `skip_or_select_blind` | Handles blind selection - either select the current blind to play or skip it |
118+
| `play_hand_or_discard` | Plays selected cards or discards them |
119+
| `rearrange_hand` | Reorders the current hand according to the supplied index list |
120+
| `cash_out` | Proceeds from round completion to the shop phase |
121121
| `shop` | Performs shop actions: proceed to next round (`next_round`) or purchase a card (`buy_card`) |
122122

123123
### Parameters

0 commit comments

Comments
 (0)