package board type Coordinate struct { X int64 Y int64 }