Skip to content

Commit

Permalink
Build 0.7.1 Hotfix for AI Mia.
Browse files Browse the repository at this point in the history
  • Loading branch information
michi84o committed May 6, 2018
1 parent b6416fa commit fd2ede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AccessBattleAI/Mia.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ double CalculateScore(GameState state)
}
}
// At the start of the game, the distance sum is about 225
score += distanceSum / 100; // 2.2 at start of the game
score += distanceSum / 150; // 1.5 at start of the game

foreach (var s in state.NextStates)
{
Expand Down

0 comments on commit fd2ede4

Please sign in to comment.