Games::Tournament::Swiss::Config

Games::Tournament::Swiss::Config is a Swiss competition configuration module in Perl.
Download

Games::Tournament::Swiss::Config Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dr Bean
  • Publisher web site:
  • http://search.cpan.org/~drbean/

Games::Tournament::Swiss::Config Tags


Games::Tournament::Swiss::Config Description

Games::Tournament::Swiss::Config is a Swiss competition configuration module in Perl. Games::Tournament::Swiss::Config is a Swiss competition configuration module in Perl.SYNOPSIS use constant ROLES => @Games::Tournament::Swiss::Config::roles = qw/Black White/; use constant ROLES => @Games::Tournament::Swiss::Config::ROLES; $Games::Tournament::Swiss::Config::firstRound = 11;Actually, a swiss tournament is not just one kind of tournament, but a whole genre of tournaments. If you are using Games::Tournament::Swiss for other than chess tournaments, where the players take black and white roles, and score 0,0.5, or 1, for example, you probably want to configure it. You also might want to start swiss pairing at a random round in the tournament, in which case you will set firstround.The roles, scores, firstround, algorithm methods in this module are here just to stop perl warning about 'only one use, possible typo' warnings, with the use of fully qualified Games::Tournament::Swiss::Config package variables. (Is that actually true? Anyway I want the methods (class and object) to return values, default and assigned.) Requirements: · Perl


Games::Tournament::Swiss::Config Related Software