18 std::cout <<
"x:" <<
x <<
" y:" <<
y << std::endl;
a class representing coordinates
int get_x()
a function to get the x-axis attribute
int get_y()
a function to get the y-axis attribute
void print()
print the coordinates, utilized for debugging purposes
void move(coordinates move_to)
change the coordinate values to move the associated piece