|
# XXX: can we do this nicer?! |
Can't the komi be set as a global variable (like N), and updated via gtp_io?
It's read only in score and rewritten only in gtp_io, also would be clearer to have the default value on top, maybe with a comment that says it can be changed in gtp mode
If it's ok I can make a quick pr
michi/michi.py
Line 1089 in 3c49105
Can't the komi be set as a global variable (like N), and updated via gtp_io?
It's read only in score and rewritten only in gtp_io, also would be clearer to have the default value on top, maybe with a comment that says it can be changed in gtp mode
If it's ok I can make a quick pr