IPVGO: Improve type checking and documentation (#2028)

This commit is contained in:
Michael Ficocelli
2025-03-23 02:59:46 -04:00
committed by GitHub
parent 41c497161f
commit 70a083b34b
21 changed files with 164 additions and 119 deletions

View File

@@ -22,12 +22,14 @@ getControlledEmptyNodes(boardState?: string[]): string[];
| Parameter | Type | Description |
| --- | --- | --- |
| boardState | string\[\] | _(Optional)_ |
| boardState | string\[\] | _(Optional)_ Optional. The current board state, as an array of strings. Defaults to the current board state. |
**Returns:**
string\[\]
A 2D array of characters indicating the player who controls each empty point.
## Remarks
RAM cost: 16 GB (This is intentionally expensive; you can derive this info from just getBoardState() )