Closed zkayser closed 2 years ago
Introduces a custom representation of a Chess.Board struct, along with representations for Chess.Piece structs, by defining the Inspect protocol for each. Closes #12
Chess.Board
Chess.Piece
Inspect
Introduces a custom representation of a
Chess.Board
struct, along with representations forChess.Piece
structs, by defining theInspect
protocol for each. Closes #12