Expand description
§libgo
A basic Go library that implements the Go Text Protocol. It contains two sub-modules: game
and
gtp
. gtp
contans logic for implementing the Go Text Protocol and game
contains core game
logic.
Modules§
- game
- The core Go logic.
- gtp
- This module implements the Go Text Protocol with KGS support.