a class representing coordinates
coordinates(int _x, int _y)
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