Rename place_stone to play_move
This commit is contained in:
parent
9a78f2918a
commit
de81e9129f
|
@ -47,7 +47,7 @@ class Goban:
|
|||
|
||||
# fixme - somewhere in this or its component functions we need to
|
||||
# identify ko points :)
|
||||
def place_stone(self, pos):
|
||||
def play_move(self, pos):
|
||||
rpos = self._real_pos(pos)
|
||||
|
||||
if not self._valid_move(rpos):
|
||||
|
|
Loading…
Reference in New Issue
Block a user