Games::Go::SGF2misc

Reads SGF files and produces usable output in many formats
Download

Games::Go::SGF2misc Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Jettero Heller
  • Publisher web site:
  • http://search.cpan.org/~jettero/Statistics-Basic-0.42/Basic.pm

Games::Go::SGF2misc Tags


Games::Go::SGF2misc Description

Reads SGF files and produces usable output in many formats Games::Go::SGF2misc is a Perl module that reads SGF files and produces usable output in many formats.SYNOPSIS use Games::Go::SGF2misc; my $sgf = new Games::Go::SGF2misc; for my $file () { $sgf->parse($file); # do things with the parsed sgf: # the output options are listed below }nodelist my $nodelist = $sgf->nodelist; # This returns a special list of node-id's (human readable # $game_number.$variation-$move_no node descriptors). example: $nodelist = { 1 => , , , ] }; # What do you do with them? Requirements: · Perl


Games::Go::SGF2misc Related Software