hrushikeshrv / chessengine

A WIP chess engine written in Python with no dependencies
https://chessengine.readthedocs.io/en/latest/index.html
MIT License
12 stars 12 forks source link

Fixed invalid castling flags after undo #64

Closed hrushikeshrv closed 1 year ago

hrushikeshrv commented 1 year ago

The castling flags are now correctly reset after a castling move is undone.