SimpleAIPlayerGetReward Method
Chooses a random reward.
Namespace: SimpleAIPlayerAssembly: SimpleAIPlayer (in SimpleAIPlayer.dll) Version: 1.0.0+d0f5e2a7a5f4bb0431970f279d2f79d24b15d256
protected override TetrominoShape GetReward(
List<TetrominoShape> rewardOptions,
Puzzle puzzle
)
- rewardOptions ListTetrominoShape
- The reward options.
- puzzle Puzzle
- The puzzle that was completed.
TetrominoShape
A random element of
rewardOptions.