Page 1 of 1

viewing an SGF at specific move number on the command line?

Posted: Thu Dec 02, 2010 2:28 am
by danielfox
Does anyone know of an SGF viewer/editor that will accept a move number as a command line argument along with an SGF file, and open it to that specific move number?

Re: viewing an SGF at specific move number on the command li

Posted: Tue Dec 14, 2010 6:54 pm
by xed_over
does gnugo? I think it'll continue playing at that move number. Not an editor/viewer.

Re: viewing an SGF at specific move number on the command li

Posted: Fri Dec 17, 2010 3:44 am
by danielfox
Forcing a GTP-aware client to begin a GNU Go session from a specific SGF file at a certain move number might be an interesting hack, thanks.

In the meantime, SmartGo is the only client I have found so far that seems to be able to open to a specific move.

Re: viewing an SGF at specific move number on the command li

Posted: Mon Dec 20, 2010 4:23 pm
by liquido
GoGui seems to do exactly what you want. Eg: "gogui -move 5 game.sgf". See: http://gogui.sourceforge.net/

Sorry for the late reply BTW.