Place initial stones correctly
This commit is contained in:
parent
f11055f04e
commit
501064fef5
|
@ -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 '''
|
||||||
|
|
Loading…
Reference in New Issue
Block a user