Implemented game info, play move, hover
This commit is contained in:
parent
8976349450
commit
f6d89e7ae2
3 changed files with 71 additions and 37 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue