package board type Coordinate struct { X int Y int }