Tutorial
sgf
Go Text Protocol
Library Reference
GTP
An enumeration for a Go stone. >>> stone = sente.stone.BLACK >>> print(stone) stone.BLACK
An enumeration for a Go stone.
>>> stone = sente.stone.BLACK >>> print(stone) stone.BLACK
Members:
BLACK :Represents a Black Go Stone. WHITE :Represents a White Go Stone. EMPTY :Represents an empty point on the grid.
Represents a Black Go Stone.
Represents a White Go Stone.
Represents an empty point on the grid.