15 for(
int i = -7; i < 8; i++)
a class representing coordinates
a generic piece class. white is a boolean indicating the piece's color. legals is a vector indicating...
std::vector< coordinates > legals
void canonical_print_piece() override
print the piece to the standard output in canonical form
void print_piece() override
print the piece to the standard output
queen(bool _white, coordinates _coord)
void needed_space(coordinates dest, std::vector< coordinates > *to_calculate) override
calculate a list of empty space coordinates needed for the move to be legal, assuming the move is pos...