Jeremy Muhlich > Games-Die-0.03 > Games::Die::Dice

Download:
Games-Die-0.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Games-Die-0.05

NAME ^

Games::Die::Dice

DESCRIPTION ^

Games::Die::Dice provides a union of any number of Games::Die objects.

SYNOPSIS ^

  $four_eight_ten = new Games::Die::Dice(4, 8, 10);
  $pair_of_eights = new Games::Die::Dice('2d8');

  $result = $four_eight_ten->roll() + $pair_of_eights->roll();

CONSTRUCTOR ^

PUBLIC METHODS ^

AUTHORS ^

Andrew Burke (burke@bitflood.org)
Jeremy Muhlich (jmuhlich@bitflood.org)