chesskit-app / chesskit-swift

♟️ Swift package for implementing chess logic.
MIT License
7 stars 6 forks source link

Consider notifying when the king is in check #38

Open pdil opened 4 days ago

pdil commented 4 days ago

It may be helpful for users of the package to be notified when the king is in check after a move occurs, possibly via BoardDelegate.

[!NOTE] See #36 for more context

Also consider making Move.checkState public for similar reasons.