Games::Board::Piece

A parent class for board game pieces
Download

Games::Board::Piece Ranking & Summary

Advertisement

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

Games::Board::Piece Tags


Games::Board::Piece Description

A parent class for board game pieces Games::Board::Piece is a parent class for board game pieces.SYNOPSIS use Games::Board; my $board = Games::Board->new; $board->add_space( id => 'go', dir => { next => 'mediterranean', prev => 'boardwalk' }, cost => undef ); my $tophat = Games::Board::Piece->new(id => 'tophat')->move(to => 'go');This module provides a base class for representing the pieces in a board game. Requirements: · Perl


Games::Board::Piece Related Software