1
0
mirror of https://github.com/maaslalani/gambit.git synced 2025-01-16 02:33:26 +02:00
gambit/board/board.go
2021-12-24 15:57:54 -05:00

9 lines
81 B
Go

package board
const (
FirstCol = 0
FirstRow = 0
LastCol = 7
LastRow = 7
)