python 2.5 https://www.python.org/ftp/python/2.5/python-2.5.msi
example:
Code: Select all
python twogtp.py --black "d:\AmiGo\amigogtp.exe" --white "d:\gnugo\gnugo.exe --mode gtp" --size 9 --sgfbase games.sgfCode: Select all
python twogtp.py --black "d:\AmiGo\amigogtp.exe" --white "d:\gnugo\gnugo.exe --mode gtp" --size 9 --sgfbase games.sgfThe simplest solution is to specify the same in the sgf as in the game. or like a lizzie for big boards.Dragon wrote:Is there a sgf extension for boards greater than 52? or another way to save the game file?
Code: Select all
(;GM[1]FF[4]RU[Japanese]SZ[27]HA[0]KM[5.5]RE[W+Resign]
PW[KataGo 1.8.1 (random seed unknown)]PB[KataGo 1.8.1 (random seed unknown)]
;B[d3]
;W[y4]
;B[d6]
;W[y24]
;B[d25]
...
;W[aa27]
;B[ab26]
;W[z27]
;B[k19]
;W[l20]
;B[l19]
;W[m20]
)
Code: Select all
(;GM[1]FF[4]RU[Japanese]SZ[63]HA[0]KM[5.5]RE[W+Resign]
PW[KataGo 1.8.1 (random seed unknown)]PB[KataGo 1.8.1 (random seed unknown)]
;B[bk61]
;W[c5]
;B[c60]
;W[c10]
...
;B[ag25]
;W[af25]
;B[ab30]
;W[aa29]
)