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

Add a method to apply a movetree.Path + Movetree to a Board. #216

Closed artasparks closed 3 years ago

artasparks commented 3 years ago

Add some helpers for applying stones to a board, using a path + a movetree.

This will be the core-logic for core/snapshot