{{place.group.liberties.length}}


Pass Undo Redo

{{(board.getTurnColor()=='b')?'Black':'White'}} to play.
({{(board.getTurnColor()=='b')?'White':'Black'}} {{(board.playedPlace != null)?"played "+board.playedPlace.x+","+board.playedPlace.y:"passed"}})

Click groups to toggle marked as dead.

Black captured: {{board.prisoners['w']}}
White captured: {{board.prisoners['b']}}

Score:

Black:
Territory: {{getScore().b.territory}}
Captured: {{getScore().b.captured}}
Total: {{getScore().b.total}}

White:
Territory: {{getScore().w.territory}}
Captured: {{getScore().w.captured}}
Total: {{getScore().w.total}}

Result:
{{(getScore().b.total - getScore().w.total > 0)?"Black":"White"}} wins by {{getScore().result}} points.