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

Write a method to find blunders based on katago analysis #130

Closed artasparks closed 3 years ago

artasparks commented 4 years ago

We should write a method to find blunders based on katago analysis.

Something like

FindBlunders(g *game.Game)

But this game should have analysis data attached. For now, we'll just choose arbirtary criteria.

artasparks commented 3 years ago

Done.