package chess type Square struct { X int Y int }