oliverzh2000/reversi

Potential Bug in Evaluation Function

Opened this issue · 0 comments

Thanks for your code. I think line 295 of Game.cs should read:

if (blackScore < whiteScore)

instead of:

if (Black < whiteScore)