#go #baduk #weiqi

libgo

Basic Go library that implements the Go Text Protocol

4 releases (breaking)

new 0.5.0 Oct 21, 2024
0.4.0 Jul 10, 2017
0.2.0 Jul 8, 2017
0.1.0 Jul 31, 2016

#87 in Games

Download history 2/week @ 2024-07-29 1/week @ 2024-08-05 4/week @ 2024-08-26 3/week @ 2024-09-09 15/week @ 2024-09-23 6/week @ 2024-09-30 10/week @ 2024-10-14 216/week @ 2024-10-21

233 downloads per month

MIT license

56KB
1.5K SLoC

libgo

This is a library for writing Go (Baduk) related programs. It currently includes basic game logic and support for the Go Text Protocol.

Building Documentation

Build and view the documentation:

$ cargo doc --open

lib.rs:

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.

Dependencies

~310KB