deadstones icon indicating copy to clipboard operation
deadstones copied to clipboard

Missed to mark Deadstones

Open lightzane opened this issue 1 year ago • 1 comments

The eight white stones on the lower left of the board are not identified as deadstones. But they are actually deadstones.


await deadstones.guess([
      [0, 1, 0, 1, 0, 1, 0, 1, 1, 1, -1, 1, 0],
      [1, 0, 0, 1, 0, 1, 1, 1, 0, 1, -1, -1, -1],
      [1, 1, 0, 1, 0, 1, -1, 1, 1, 1, -1, 0, 0],
      [0, 1, 0, 0, 1, 1, -1, 1, 0, 0, 1, -1, -1],
      [0, 0, 1, 1, -1, -1, -1, 1, 0, 1, 1, 1, -1],
      [0, 1, 1, 0, 1, -1, 0, -1, 1, 1, 1, -1, 0],
      [1, 0, 1, 1, 1, -1, 0, -1, -1, 0, 0, -1, -1],
      [0, 0, 1, 1, -1, -1, -1, 0, 0, -1, -1, -1, -1],
      [1, 1, 1, 0, 1, -1, -1, 0, 0, -1, 0, 0, -1],
      [0, 0, 1, 1, 1, 1, -1, -1, 0, -1, 1, 1, 1],
      [1, 1, -1, -1, 1, 1, 1, -1, 0, -1, -1, 1, -1],
      [1, -1, -1, -1, -1, 1, -1, -1, -1, -1, -1, -1, -1],
      [0, 1, -1, 0, -1, 1, -1, 0, -1, 0, -1, 0, 0],
    ], { finished: true })

lightzane avatar May 27 '23 02:05 lightzane

Have you found a solution? Or better yet, a third-party library

xxoogov avatar Nov 10 '23 08:11 xxoogov