Games::Go::Referee

Check the moves of a game of Go for rule violations
Download

Games::Go::Referee Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Daniel Gilder
  • Publisher web site:
  • http://search.cpan.org/~deg/

Games::Go::Referee Tags


Games::Go::Referee Description

Check the moves of a game of Go for rule violations Games::Go::Referee is a Perl module to check the moves of a game of Go for rule violations.SYNOPSISAnalyse a file: use Games::Go::Referee; my $referee = new Games::Go::Referee(); $referee->sgffile('file.sgf'); print $referee->errors;orAnalyse move by move: use Games::Go::Referee; my $referee = new Games::Go::Referee(); $referee->size(19); $referee->ruleset('AGA'); $referee->play('B','ab'); $referee->restore(-1) if $referee->errors; Requirements: · Perl


Games::Go::Referee Related Software