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

Fix various bugs in engine #41

Closed ChandlerKenworthy closed 6 months ago

ChandlerKenworthy commented 6 months ago

Fix various bugs currently in the game playing due to the way the engine picks its best moves and how the GUI is drawn. See issues #37, #38 and #40.