clik-engine API
    Preparing search index...

    Interface HeadlessRunnerOpts

    interface HeadlessRunnerOpts {
        config: ClikGameConfig;
        scenario: Scenario;
        seed: number;
    }
    Index

    Properties

    Properties

    Game config — headless and inputProviders are forced on.

    scenario: Scenario

    Scenario describing how to drive and end the run.

    seed: number

    Per-instance seed; the RNG and any RandomFuzzStrategy use this.