1
0
mirror of https://github.com/maaslalani/gambit.git synced 2024-12-30 21:19:52 +02:00
gambit/board/board.go

9 lines
81 B
Go
Raw Normal View History

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