PraxTube / chess-ai

A chess AI that uses alpha-beta to find the best move
MIT License
0 stars 1 forks source link

Engine: Set checkmate and stalemate on fen setup #50

Closed PraxTube closed 1 year ago

PraxTube commented 1 year ago

The engine is now checking if the given fen string is stalemate or checkmate and sets the attributes accordingly.

Probably Closes #34, though it might be that this is caused by a different issue. Either way, because that issue is no very well documented, it's best to close it regardless.