Place initial stones correctly

This commit is contained in:
Anna Rose 2012-04-26 00:37:34 -04:00
parent f11055f04e
commit 501064fef5

View File

@ -153,6 +153,8 @@ class Goban:
self.winner = Goban.EMPTY self.winner = Goban.EMPTY
self.move = 0 self.move = 0
self._place_initial_stones()
def reset(self): def reset(self):
'''Fully resets the game. The only thing preserved is the SGF filename, if it is set ''' '''Fully resets the game. The only thing preserved is the SGF filename, if it is set '''