oldxavier / chessploring

A self-study attempt to beat myself
0 stars 0 forks source link

Implement castling #7

Open oldxavier opened 5 years ago

oldxavier commented 5 years ago

check_castle_move implemented, but need to check and add the moves to the possible_moves list. Will need to use the flags (all 4) similarly to en passant.