Crate mb_goban

Source

Structs§

Board
Represents the current state of a go game
Group
A set of connected stones of the same color
Rules

Enums§

Error
The ways mb_goban can fail
IllegalMove
All types of moves that can be illegal. typically accessed through crate::Error.
Stone
Represents a point on a Board

Type Aliases§

Result