Main > Programming > Libraries >

Games::Go::SGF 0.05

Games::Go::SGF 0.05

Sponsored Links

Games::Go::SGF 0.05 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.003 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 838
Date added: 2007-07-12
Publisher: Simon Cozens

Games::Go::SGF 0.05 description

Games::Go::SGF is a Perl module that can parse and dissect Standard Go Format files.

SYNOPSIS

use Games::Go::SGF;
my $sgf = new Games::Go::SGF($sgfdata);
print "Game played on ".$sgf->date."n";
print $sgf->white. " (W) vs. ".$sgf->black." (B)n";
print "Board size: ".$sgf->size.". Komi: ".$sgf->komi."n";

while ($move = $sgf->move($move_no++)) {
print "$move_no: ".$move->move,"n";
}

This is a very simple SGF file parser, of currently limited functionality. It can read and step through SGF files, follow variations, and so on. Its good enough for getting simple statistics about games of Go, and building up Games::Go::Board objects representing games stored as SGF.

$sgf->move returns either a normal Games::Go::SGF::Node or a Games::Go::SGF::Variation object. They behave exactly the same, but the variation object has the additional methods mainline() to get the main line of the game, variation($n) to get the first node in the nth variation, and variations to retrieve an array of variations. $variation->move will, by default, follow the mainline.

Games::Go::SGF 0.05 Screenshot

Advertisements

Games::Go::SGF 0.05 Keywords

Bookmark Games::Go::SGF 0.05

Hyperlink code:
Link for forum:

Games::Go::SGF 0.05 Copyright

WareSeeker periodically updates pricing and software information of Games::Go::SGF 0.05 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Games::Go::SGF 0.05 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Games::Go::Dg2PDF is a Perl extension to convert Games::Go::Diagrams to PDF (Portable Document Format). Free Download
Games::Goban is a board for playing go, renju, othello, etc. Free Download
Games::Go::Dg2Ps is a Perl extension to convert Games::Go::Diagrams to PostScript. Free Download
Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. Free Download
Games::Go::Dg2Tk is a Perl extension to convert Games::Go::Diagrams to perl/Tk windows. Free Download
Games::Go::Dg2Mp is a Perl extension to convert Games::Go::Diagrams to John Hobbys MetaPost. Free Download
Games::Go::Dg2TeX is a Perl extension to convert Games::Go::Diagrams to TeX. Free Download
Games::SGF::Tournament is a Perl module for tournament statistics generator. Free Download