Games::SGF::Tournament

Games::SGF::Tournament is a Perl module for tournament statistics generator.
Download

Games::SGF::Tournament Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Al Nikolov
  • Publisher web site:
  • http://search.cpan.org/~clown/Games-SGF-Tournament-v1.0.0/lib/Games/SGF/Tournament.pm

Games::SGF::Tournament Tags


Games::SGF::Tournament Description

Games::SGF::Tournament is a Perl module for tournament statistics generator. Games::SGF::Tournament is a Perl module for tournament statistics generator.SYNOPSIS use CGI qw / :html /; use Games::SGF::Tournament; my $t = Games::SGF::Tournament->new(); print html(body($t->score()));Smart Go Format (SGF) is a file format used to store game records of two player board games. This module used to collect tournament information from a set of SGF files and produce statistic HTML tables for creating WWW tournament pages.INTERFACEGames::SGF::Tournament is a class with following methods:newThe constructor. Optional parameters are:sgf_dirPath to SGF files representing the tournament. Default: current directory.base_urlBase URL to prefix file names of SGF files. Default: empty string.gamesReturns a table of played games in chronological order with hyperlinks to SGF files.scoresReturns a table of players descending by score. Requirements: · Perl


Games::SGF::Tournament Related Software