Games::Board::Space

A parent class for spaces on game board
Download

Games::Board::Space Ranking & Summary

Advertisement

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

Games::Board::Space Tags


Games::Board::Space Description

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


Games::Board::Space Related Software