package board
const (
Cols = 8
Rows = 8
)
FirstCol = 0
FirstRow = 0
LastCol = Cols - 1
LastRow = Rows - 1