Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Equal opportunity aggression.
  • Loading branch information
mef11025 committed May 3, 2016
1 parent b5f626f commit a3d3bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model/Board.java
Expand Up @@ -398,7 +398,7 @@ public class Board {
int blackHeuristic = blackPieces + blackKings;
int whiteHeuristic = whitePieces + whiteKings;
return (color == Color.BLACK ?
(blackHeuristic - whiteHeuristic) :
(blackHeuristic) :
(whiteHeuristic));
}

Expand Down

0 comments on commit a3d3bcc

Please sign in to comment.