Resources to explain the move:
http://www.learnchessrules.com/castling.htm (clear diagram for it)
https://en.wikipedia.org/wiki/Castling (Better Diagram to display when you CANNOT castle)
To do:
- Implement the move as described with material Above ( Do in Chessboard class)
- Have UI interface demonstrating that the castle may be performed
- Add input option to make a castle if available
- Add Unit testing as necessary
Resources to explain the move:
http://www.learnchessrules.com/castling.htm (clear diagram for it)
https://en.wikipedia.org/wiki/Castling (Better Diagram to display when you CANNOT castle)
To do: