ChessAI
ChessAI copied to clipboard
How to use Castling?
I found that this code can not use Castling. Have you any way?
It's currently not implemented. Feel free to implement it and open a pull request. I suggest checking out the get_possible_moves method in the Rook class: https://github.com/Dirk94/ChessAI/blob/master/pieces.py#L128
Merged in #9