Games::PMM::Monster

Represents a Monster in a PMM Game
Download

Games::PMM::Monster Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • chromatic
  • Publisher web site:
  • http://search.cpan.org/~chromatic/Crypt-CipherSaber-1.00/lib/Crypt/CipherSaber.pm

Games::PMM::Monster Tags


Games::PMM::Monster Description

Represents a Monster in a PMM Game Games::PMM::Monster is a Perl module that represents a Monster in a PMM Game.SYNOPSIS use Games::PMM::Monster; use Games::PMM::Arena; my @commands = ( scan charge attack ); my $monster = Games::PMM::Monster->new( commands => @commands ); my $arena = Games::PMM::Arena->new(); $arena->add_monster( $monster, x => 0, y => 0 );Games::PMM::Monster represents a Monster that battles in a PMM game. It contains all of the monster state and behavior. Requirements: · Perl


Games::PMM::Monster Related Software