mirror of
https://github.com/maaslalani/gambit.git
synced 2025-01-16 02:33:26 +02:00
9 lines
81 B
Go
9 lines
81 B
Go
package board
|
|
|
|
const (
|
|
FirstCol = 0
|
|
FirstRow = 0
|
|
LastCol = 7
|
|
LastRow = 7
|
|
)
|