@@ -86,6 +86,9 @@ |
||
86 | 86 | return $bestDecisionWithScore; |
87 | 87 | } |
88 | 88 | |
89 | + /** |
|
90 | + * @param integer $depthLeft |
|
91 | + */ |
|
89 | 92 | private function considerNextMove(GameState $state, $depthLeft): DecisionWithScore |
90 | 93 | { |
91 | 94 | if ($state->getNextPlayer()->isFriendsWith($this->objectivePlayer)) { |