@Cards-TS
    Preparing search index...

    Class GameDriver<Handlers, State, Controllers, ResponseMessage, EventHandler>

    Class that steps though the game using the game state transitions

    Shouldn't be manually constructed - game factory should handle

    Type Parameters

    Index

    Constructors

    Methods

    • Tells if the game is waiting on any of the following players

      Parameters

      • subset: number[]

        the subset to check against

      Returns boolean

    • Iterates over async responses that have come in

      Returns AsyncGenerator<
          [number, [undefined | ResponseMessage, undefined | HandlerCustomData]],
          void,
          unknown,
      >