mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
b53c35126e
Give users access to wins, losses, stat bonuses, and favor gained
535 B
535 B
Home > bitburner > Go > analysis
Go.analysis property
Tools to analyze the IPvGO subnet.
Signature:
analysis: {
getValidMoves(): boolean[][];
getChains(): (number | null)[][];
getLiberties(): number[][];
getControlledEmptyNodes(): string[];
getStats(): Partial<Record<GoOpponent, SimpleOpponentStats>>;
};