A GKMinmaxStrategist object is a form of artificial intelligence for use in turn-based, adversarial games. This class implements a “minmax” strategy—with ratings you supply for possible states of your game model, the strategist makes choices that maximize the rating for its own moves and minimize the rating for an opponent’s moves.
A GKMinmaxStrategist object is a form of artificial intelligence for use in turn-based, adversarial games in objective-c. This class implements a “minmax” strategy—with ratings you supply for possible states of your game model, the strategist makes choices that maximize the rating for its own moves and minimize the rating for an opponent’s moves.
References: