Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
krestenlaust opened this issue Jan 14, 2023 · 2 comments
Open
Labels
Bots Related to the custom implementation of minimax algorithm, or any GUI related to bots bug Something isn't working GUI (ChessForms) Related to the ChessForms

Comments

@krestenlaust
Copy link
Owner

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

@krestenlaust krestenlaust added bug Something isn't working GUI (ChessForms) Related to the ChessForms labels Jan 14, 2023
@krestenlaust
Copy link
Owner Author

Doesn't appear to affect stalemate.

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

@krestenlaust
Copy link
Owner Author

krestenlaust commented Jan 14, 2023

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.

@krestenlaust krestenlaust added the Bots Related to the custom implementation of minimax algorithm, or any GUI related to bots label Jan 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bots Related to the custom implementation of minimax algorithm, or any GUI related to bots bug Something isn't working GUI (ChessForms) Related to the ChessForms
Projects
None yet
Development

No branches or pull requests

1 participant