otrego / clamshell

Clamshell is a library of Golang functions and tools for the game go
Apache License 2.0
18 stars 11 forks source link
baduk golang

Clamshell

Clamshell is a library of Go(lang) functions for the board game <a href="https://en.wikipedia.org/wiki/Go_(game)">Go, also known as Igo (囲碁), Baduk (바둑), Weiqi (围棋).

For more about Otrego community, check out our community page.

Code of Conduct

In Otrego, we highly value developing a positive and supportive community. If you would like to participate in the Otrego Community, please read our Code of Conduct.

Getting Started

For getting started with Clamshell (or other Otrego repositories) and the technologies we use (Git, Go, docker, etc..), check out our Contributing guide on the Otrego Community Page.

Building and Testing

To build the repository, we rely on the golang go tool to build/test. So to build, run:

go test ./...

To run the all the unit tests, run:

go test ./...

For general instructions about getting your development environment set up, check out out our Contributing guide on the Otrego Community Page.

Installing KataGo

Some of our tools and libraries rely on KataGo for analysis.

For details about installing and running KataGo, check out our KataGo guide at our Community Page