Interface | Description |
---|---|
ConstBoard |
Const functions of go.Board.
|
ConstPointList |
Const functions of go.PointList.
|
Class | Description |
---|---|
BlackWhiteEmptySet<T> |
A set containing one element for Black, one for White, and one for
Empty.
|
BlackWhiteSet<T> |
A set containing one element for Black and one for White.
|
Board |
Go board.
|
BoardConstants |
Some values that are constant for a given board size.
|
BoardUtil |
Static utility functions related to class Board.
|
CountScore |
Count the final score on a Go board.
|
GoPoint |
Intersection on the Go board.
|
Komi |
Value of komi.
|
Marker |
Mark points on a Go board.
|
Move |
Move containing a point and a color.
|
MoveUtil |
Static utility functions related to class Move.
|
PointList |
List containing points.
|
Score |
Result of a game.
|
Enum | Description |
---|---|
GoColor |
Player color / state of a point on the board (black, white, empty).
|
Score.ScoringMethod |
Exception | Description |
---|---|
InvalidKomiException |
Exception thrown if parsing a komi from a string fails.
|
InvalidPointException |
Thrown if parsing a string representation of a GoPoint fails.
|