1
0
mirror of https://github.com/maaslalani/gambit.git synced 2025-01-28 03:29:43 +02:00
gambit/board/board.go

9 lines
81 B
Go
Raw Normal View History

2021-12-24 15:57:54 -05:00
package board
const (
FirstCol = 0
FirstRow = 0
LastCol = 7
LastRow = 7
)