bitburner-src/markdown/bitburner.go.analysis.md
Michael Ficocelli b53c35126e
IPVGO: Provide API for getting game stats per opponent (#1255)
Give users access to wins, losses, stat bonuses, and favor gained
2024-05-10 01:57:03 -07:00

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>>;
  };