public interface GKStrategist
| Modifier and Type | Method and Description |
|---|---|
GKGameModelUpdate |
bestMoveForActivePlayer() |
GKGameModel |
gameModel()
The game model that we wish to select updates for.
|
GKRandom |
randomSource()
A random source to use when breaking ties between equally-strong moves when calling bestMoveForPlayer
or when selecting a random move when randomMoveForPlayer is called.
|
void |
setGameModel(GKGameModel value)
The game model that we wish to select updates for.
|
void |
setRandomSource(GKRandom value)
A random source to use when breaking ties between equally-strong moves when calling bestMoveForPlayer
or when selecting a random move when randomMoveForPlayer is called.
|
GKGameModelUpdate bestMoveForActivePlayer()
GKGameModel gameModel()
GKRandom randomSource()
void setGameModel(GKGameModel value)
void setRandomSource(GKRandom value)