From 501064fef5e6e5d57c6dc7fdc48ac0489b640118 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Thu, 26 Apr 2012 00:37:34 -0400 Subject: [PATCH] Place initial stones correctly --- lib/goban.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/goban.py b/lib/goban.py index a1f19d5..d22d005 100644 --- a/lib/goban.py +++ b/lib/goban.py @@ -153,6 +153,8 @@ class Goban: self.winner = Goban.EMPTY self.move = 0 + self._place_initial_stones() + def reset(self): '''Fully resets the game. The only thing preserved is the SGF filename, if it is set '''