Games::Goban::Board - a go board built from Games::Board


Games-Goban documentation  | view source Contained in the Games-Goban distribution.

Index


NAME

Top

Games::Goban::Board -- a go board built from Games::Board

VERSION

Top

  $Id: /my/cs/projects/goban/trunk/lib/Games/Goban/Board.pm 28023 2006-11-14T22:56:30.198282Z rjbs  $

SYNOPSIS

Top

  use Games::Goban::Board;

  my $board = Games::Goban::Board->new(size => 19);

  # etc

This class exists is primarily for use (for now) by Games::Goban, which currently implements its own board, badly.

DESCRIPTION

Top

This module provides a class for representing a go board and pieces.

METHODS

Top

The methods of this class are not substantially changed from those of Games::Board. Space id's are more go-like. New pieces are blessed into the class Games::Goban::Piece, which provides a few historical methods for Games::Goban's consumption.

AUTHOR

Top

Ricardo SIGNES <rjbs@cpan.org>

COPYRIGHT

Top


Games-Goban documentation  | view source Contained in the Games-Goban distribution.