Games::Goban

Games::Goban is a board for playing go, renju, othello, etc.
Download

Games::Goban Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Simon Cozens and Ricardo Signes
  • Publisher web site:
  • http://search.cpan.org/~rjbs/

Games::Goban Tags


Games::Goban Description

Games::Goban is a board for playing go, renju, othello, etc. Games::Goban is a board for playing go, renju, othello, etc.SYNOPSIS use Games::Goban; my $board = new Games::Goban ( size => 19, game => "go", white => "Seigen, Go", black => "Minoru, Kitani", referee => &Games::Goban::Rules::Go, ); $board->move("pd"); $board->move("dd"); print $board->as_sgf;This is a generic module for handling goban-based board games. Theoretically, it can be used to handle many of the other games which can use Smart Game Format (SGF) but I want to keep it reasonably restricted in order to keep it simple. Requirements: · Perl


Games::Goban Related Software