minigo
minigo copied to clipboard
Support more GTP commands
in particular:
- final_score
- final_status_list
maybe some of the time commands to make the CGOS player a little more robust.
If you're interested in digging into the code, final_score should be easy to implement, but final_status_list might be quite hard :)
final_score the easy implementation is done. final_status_list is a larger work item.
final_status_list is now doable with the output from benson's algorithm.