On Mon, 2007-07-09 at 12:27 -0400, Joshua Shriver wrote:
> Do you have a good example of a regular Go game in sgf?

You can download examples from CGOS.  Nothing fancy, just simple game
results.

An here is an example of a pgn go file that my old autotester produces:


[Event "Autotest Sequence"]
[Site "Local Site"]
[Date "2005.10.08"]
[Round "1"]
[Black "fl_2_64"]
[BlackTime "00:01:17"]
[White "fl_3_16"]
[WhiteTime "00:02:57"]
[Boardsize "9x9"]
[Komi "5.5"]
[Rules "Tromp/Taylor"]
[Final "29-52"]
[Result "0-1"]

1. f7 e5 2. g4 f3 3. f5 d5 4. g3 e4 5. f6 g2 
6. f2 c6 7. e3 f4 8. e2 d3 9. d7 c7 10. d2 c8 
11. g5 c2 12. c3 f8 13. d4 c4 14. b5 b3 15. c5 d3 
16. d6 b4 17. e6 d4 18. d8 h2 19. b2 a5 20. e8 b6 
21. f1 g1 22. d1 c1 23. b7 e1 24. f2 f1 25. c9 h3 
26. j2 f9 27. d1 e2 28. d9 a6 29. a4 b8 30. h4 a2 
31. b5 j5 32. a8 b9 33. h5 h6 34. g6 a7 35. h7 h9 
36. b1 j1 37. e9 j4 38. h8 j3 39. g7 j6 40. j8 a3 
41. g9 c5 42. g8 f9 43. f8 a9 44. j9 a1 45. b1 b2 
46. j7 d2 47. pass pass 



> A lot of the examples I found on the SGF spec site seem confusing, and
> not sure if they're even for Go or backgammon, etc.
> 
> Also is there a command line go conversion program kinda like
> pgnextract that lets you modify sgf datasets. Like strip comments,
> etc. All I really want from a program perspective is move lists and
> user ranking.
> 
> -Josh
> 
> On 7/9/07, Don Dailey <[EMAIL PROTECTED]> wrote:
> > On Mon, 2007-07-09 at 11:49 -0400, Joshua Shriver wrote:
> > > I really like the pgn format, just viewing it you can get a feel for
> > > what is going on. I tried to figure out the SGF format by looking at
> > > it, and have no clue what's going on.
> >
> > SGF has a real grammer associated with it and is technically superior.
> > It provides support for marking up boards and things.  However for
> > simple storage requirements, you probably don't need that.
> >
> > However, PGN is wonderfully readable and for what you want more useful
> > in a practical way.   Unfortunately, it is not "standard" for GO and you
> > will be sorry if you want to be able to see a game using a reader for
> > instance.
> >
> > I would stick with SGF for Go.  It's isn't that difficult to figure out.
> > You can grab an SGF from somewhere and use it as an example.
> >
> > What we be really useful, is a conversion utility so that you could use
> > both.  PGN is more compact but if you zip or compress games it probably
> > doesn't make any difference.
> >
> > - Don
> >
> >
> > _______________________________________________
> > computer-go mailing list
> > computer-go@computer-go.org
> > http://www.computer-go.org/mailman/listinfo/computer-go/
> >
> _______________________________________________
> computer-go mailing list
> computer-go@computer-go.org
> http://www.computer-go.org/mailman/listinfo/computer-go/

_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to