clamshell icon indicating copy to clipboard operation
clamshell copied to clipboard

Clamshell is a library of Golang functions and tools for the game go

Results 26 clamshell issues
Sort by recently updated
recently updated
newest added

Right now FindBlunders returns just a treepath. It would be more useful to return some metadata -- treepath + delta + maybe even the type of problem.

Difficulty:DDK

An idea that came from the Otrego Standup. It would be cool to find a timeline of when certain patterns happen in games. There are two interpretations of this problem....

Difficulty:Pro

One way to get a cert is Let's Encrypt: https://letsencrypt.org/. It's an attractive option because it's free! It is a little tricky to integrate with, but you can fully automate...

Difficulty:Dan

I would love to merge in Diagram Generation from Glift/Bodoko. Would be useful for debugging.

Difficulty:Pro

We should have some helpers in point.go to convert to GTP points, which are slightly different than normal points or SGF points > Board intersections, in this document called vertices,...

Difficulty:DDK

A weird edge-case for SGF is move-rectangles (compressed points): https://www.red-bean.com/sgf/sgf4.html#3.5.1

Difficulty:DDK