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

Stalemate is not implemented #23

Open
Japple42 opened this issue Nov 6, 2021 · 0 comments
Open

Stalemate is not implemented #23

Japple42 opened this issue Nov 6, 2021 · 0 comments

Comments

@Japple42
Copy link

Japple42 commented Nov 6, 2021

-------------------------

8 | . . . . . . . . |
7 | . . . . . . . . |
6 | . . . . . . . . |
5 | p . . . . . . . |
4 | . . . . . p . . |
3 | . . . . . k . . |
2 | . . . q . . . p |
1 | . . . . . K . . |
-------------------------
a b c d e f g h

no action for the white king. instead of resigning, it still attempts to make a move, which will either freeze your training, or in my case, make it take a random action, get an error for index out of range, and crash the program.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant