AI - Random Move Strategies
-
A strategist that will pick random moves.
See moreDeclaration
Swift
class AIRandomMoveStrategist : AIGameStrategy -
A strategist that will pick a random move from a random list of actions with the highest weight.
See moreDeclaration
Swift
class AIRandomWeightedStrategist : AIGameStrategy -
A subclassed random move agent that changes actions based on reflexes.
See moreDeclaration
Swift
class AIReflexStrategist : AIRandomMoveStrategist