Games::Tournament::Swiss

FIDE Swiss Same-Rank Contestant Pairing
Download

Games::Tournament::Swiss 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 Tags


Games::Tournament::Swiss Description

FIDE Swiss Same-Rank Contestant Pairing Games::Tournament::Swiss is a Perl module for FIDE Swiss Same-Rank Contestant Pairing.SYNOPSIS @Games::Tournament::Swiss::roles = qw/Black White/; $tourney = Games::Tournament::Swiss->new($rounds, @entrants); @rankedPlayers = $tourney->assignPairingNumbers; $tourney->initializePreferences; ... $tourney->collectCards(@games); @groups = $tourney->formBrackets($round); $round5 = $tourney->pairing( @groups ); $matches = $round5->matchPlayers; $round5->allocateColors;In a Swiss tournament, there is a pre-declared number of rounds, each contestant meets every other contestant zero or one times, and in each round contestants are paired with other players with the same, or similar, scores. Requirements: · Perl


Games::Tournament::Swiss Related Software