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

Add rook movements #7

Closed hyunshim closed 4 years ago

hyunshim commented 4 years ago

Added code for rook movements. I had a look through the code for other movements and for the rook movements, I cleaned it up a bit. Would be great if you could have a look to see if you approve the styling for rook movements. If yes, I can refactor the other pieces as well. Thanks.