issues
search
PraxTube
/
chess-ai
A chess AI that uses alpha-beta to find the best move
MIT License
0
stars
1
forks
source link
AI: Play loop restructure
#52
Closed
PraxTube
closed
1 year ago
PraxTube
commented
1 year ago
This PR adds:
A way to setup a board via fen in the play loop (fixes bugs there)
Adds king of the hill win condition (fixes bugs there)
Tests for checkmate/stalemate and a king of the hill win
Closes #28.
This PR adds:
Closes #28.