Implemented game info, play move, hover
This commit is contained in:
@ -272,10 +272,10 @@ class Goban:
|
||||
code = 'w'
|
||||
|
||||
if pos == self.last_move:
|
||||
code = code + 'T'
|
||||
code += 'C'
|
||||
|
||||
if pos == self.ko:
|
||||
code = code + 'C'
|
||||
code += 'C'
|
||||
|
||||
return code
|
||||
|
||||
|
Reference in New Issue
Block a user