mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
DOCUMENTATION: Add GoAnalysis and GoCheat (#1548)
This commit is contained in:
@@ -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;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user