Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missed to mark Deadstones #7

Open
lightzane opened this issue May 27, 2023 · 1 comment
Open

Missed to mark Deadstones #7

lightzane opened this issue May 27, 2023 · 1 comment

Comments

@lightzane
Copy link

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 })
@xxoogov
Copy link

xxoogov commented Nov 10, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants