示例#1
0
 def move(self, board, nth_move):
     move = input('{} turn : '.format(STONE_NAME[self.player]))
     return Point.from_name(move)
示例#2
0
 def move(self, board, nth_move):
     move = input('turn : ')
     return Point.from_name(move)