krestenlaust / ChessGame

Chess-engine designed and implemented by my friends, Cogo and Patrick, and I. Features AI opponent (using minimax), Lichess integration and multiplayer-on-LAN.
5 stars 1 forks source link

Doesn't show the very last move when a checkmate is performed #1

Open krestenlaust opened 1 year ago

krestenlaust commented 1 year ago

Solution: Probably just reorder the checkmate check till the move has been updated.

krestenlaust commented 1 year ago

Doesn't appear to affect stalemate.

Also appears to work fine in CheckMateTest, possibly a bug in bots.

krestenlaust commented 1 year ago

Stalemate is affected in bot vs. bot. Appears to only be a problem related to bots, the bot UI of the last move doesn't update to finished calculation status either.