Clamshell is a library of Go(lang) functions for the board game Go, also known as Igo (囲碁), Baduk (바둑), Weiqi (围棋).
For more about Otrego community, check out our community page.
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.
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.
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.
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