AIReflexStrategist

class AIReflexStrategist : AIRandomMoveStrategist

A subclassed random move agent that changes actions based on reflexes.

  • Returns the best move for the active player.

    Declaration

    Swift

    override func bestMoveForActivePlayer() -> GKGameModelUpdate?