We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bf237 commit 9e631aaCopy full SHA for 9e631aa
src/playout/no_eyes.rs
@@ -52,7 +52,6 @@ impl Playout for NoSelfAtariPlayout {
52
53
removed_enemies > 1 ||
54
{
55
- //let liberties = board.new_chain_liberties(*m);
56
(removed_enemies > 0 && board.new_chain_liberties_greater_than(*m, 0)) ||
57
board.new_chain_liberties_greater_than(*m, 1)
58
}
0 commit comments