Games::Pandemic - cooperative pandemic board game


Games-Pandemic documentation  | view source Contained in the Games-Pandemic distribution.

Index


NAME

Top

Games::Pandemic - cooperative pandemic board game

VERSION

Top

version 1.111030

SYNOPSIS

Top

    use Games::Pandemic;
    Games::Pandemic->new;
    Games::Pandemic->run;

DESCRIPTION

Top

Pandemic is a cooperative game where the players are united to beat the game. The goal is to find the cures for various diseases striking cities, before they propagate too much.

This distribution implements a graphical interface for this game. I definitely recommend you to buy a pandemic board game and play with friends, you'll have an exciting time - much more than with this poor electronic copy.

METHODS

Top

$game->inc_outbreaks;

Increment number of outbreaks, up to a maximum of 8.

my $nb = $game->infection_rate;

Return the infection rate, that is, the number of cities infected per turn. This rate is growing with number of epidemics, according to the table given by the map's infection_rates() method.

Games::Pandemic->run;

Create the various POE sessions, and start the POE kernel.

SEE ALSO

Top

You can look for information on this module at:

* Search CPAN

http://search.cpan.org/dist/Games-Pandemic

* See open / report bugs

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Pandemic

* Git repository

http://github.com/jquelin/games-pandemic

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Games-Pandemic

* CPAN Ratings

http://cpanratings.perl.org/d/Games-Pandemic

AUTHOR

Top

Jerome Quelin

COPYRIGHT AND LICENSE

Top


Games-Pandemic documentation  | view source Contained in the Games-Pandemic distribution.