Games::Board::Grid

A grid-shaped gameboard
Download

Games::Board::Grid Ranking & Summary

Advertisement

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

Games::Board::Grid Tags


Games::Board::Grid Description

A grid-shaped gameboard Games::Board::Grid is a grid-shaped gameboard.SYNOPSIS use Games::Board::Grid; my $chess = Games::Board->new(size => 8); my $rook = Games::Board::Piece->new(id => 'KR')->move(to => '7 7');This module provides a base class for representing a board made up of spaces on a right-angled grid. Requirements: · Perl


Games::Board::Grid Related Software