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