Potential Bug in Evaluation Function
Opened this issue · 0 comments
snoyes-github commented
Thanks for your code. I think line 295 of Game.cs should read:
if (blackScore < whiteScore)
instead of:
if (Black < whiteScore)
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)