Games::Go::AGATourn

AGATourn is a Perl extensions to ease the pain of using AGA tournament data files.
Download

Games::Go::AGATourn Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Reid Augustin
  • Publisher web site:
  • http://search.cpan.org/~reid/Games-Go-Sgf2Dg-4.211/Diagram.pm

Games::Go::AGATourn Tags


Games::Go::AGATourn Description

AGATourn is a Perl extensions to ease the pain of using AGA tournament data files. AGATourn is a Perl extensions to ease the pain of using AGA tournament data files.SYNOPSISuse Games::Go::AGATourn;my $agaTourn = Games::Go::AGATourn->new (options);An AGATourn object represents a round or several rounds of an American Go Association tournament. There are methods for parsing several type of AGA file format:tdlistThe entire list of AGA members including playing strength, club affiliation, and some other stuff.register.tdeThe starting point for a tournament. All players in a tournament must be entered in the register.tde file.round results: 1.tde, 2.tde, etc.Game results for each round of the tournament.A note on IDs: in general, hashes in an AGATourn object are keyed by the AGA ID. An AGA ID consists of a three letter country specifier (like USA or TMP for temporary IDs) concatenated to an integer. Here we specify the three letter country specifier as the 'country' and the integer part as the 'agaNum'. The country concatenated with the agaNum is the ID. My ID for example is USA2122. IDs should be normalized (capitalize the country part and remove preceding 0s from the agaNum part) with the NormalizeID method (below).Note also that some programs may accept limited integers in the agaNum part of the ID. Accelerat, for example, seems to accept only up to 32K (someone used a signed short somewhere?) Requirements: · Perl


Games::Go::AGATourn Related Software