DOCUMENTATION: Add GoAnalysis and GoCheat (#1548)

This commit is contained in:
catloversg
2024-08-06 03:42:19 +07:00
committed by GitHub
parent 9a77b47241
commit 180dae1d2c
17 changed files with 609 additions and 273 deletions

View File

@@ -9,15 +9,5 @@ Tools to analyze the IPvGO subnet.
**Signature:**
```typescript
analysis: {
getValidMoves(): boolean[][];
getChains(): (number | null)[][];
getLiberties(): number[][];
getControlledEmptyNodes(): string[];
getStats(): Partial<Record<GoOpponent, SimpleOpponentStats>>;
};
analysis: GoAnalysis;
```