You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you can add support for katago for large boards - connecting the engine? and reading the "extended sgf" like
"location should a string like "C4" the same as in the GTP protocol. KataGo also supports extended column coordinates locations beyond "Z", such as "AA", "AB", "AC", ... Alternatively one can also specify strings like "(0,13)" that explicitly give the integer X and Y coordinates." https://github.com/lightvector/KataGo/blob/master/docs/Analysis_Engine.md
to view games for boards larger than 52x52 https://lifein19x19.com/viewtopic.php?f=18&t=17391
The text was updated successfully, but these errors were encountered:
I'm sorry, I'm not a computer programmer, so I can hardly make any changes to lizzie myself.
Almost all the updates so far are the result of using PR prepared by other people.
By mentioning the official lizzie Issues, the developer may create a nice PR.
you can add support for katago for large boards - connecting the engine? and reading the "extended sgf" like
"location should a string like "C4" the same as in the GTP protocol. KataGo also supports extended column coordinates locations beyond "Z", such as "AA", "AB", "AC", ... Alternatively one can also specify strings like "(0,13)" that explicitly give the integer X and Y coordinates."
https://github.com/lightvector/KataGo/blob/master/docs/Analysis_Engine.md
to view games for boards larger than 52x52
https://lifein19x19.com/viewtopic.php?f=18&t=17391
The text was updated successfully, but these errors were encountered: