Skip to content

mhoak/clamshell

 
 

Repository files navigation

Clamshell

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.

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 93.3%
  • HCL 4.6%
  • Other 2.1%