Open-Source-Project-Collaboration / board-game-playing-ai

Chess AI using Neural Network and Min/Max algorithm and tree pruning
6 stars 3 forks source link

Added castling #12

Closed Brikaa closed 4 years ago

Brikaa commented 4 years ago

The undo moves function might cause bugs with en passant and castling but the user will not be able to access this function anyway. The function itself might be used for the check/checkmate algorithm later on.