ChandlerKenworthy / ChessEngine

Personal project to improve my C++ skills and develop a chess engine that can consistently beat me (I am about ~1500 chess elo).
0 stars 0 forks source link

Get best move does not get the best move when computer is white #38

Closed ChandlerKenworthy closed 6 months ago

ChandlerKenworthy commented 6 months ago

Computer seems to play much worse when playing as white rather than black. I think this is linked to an issue in how the best move is set.