NAME
Games::Pandemic - cooperative pandemic board game
VERSION
version 1.092660
SYNOPSIS
use Games::Pandemic;
Games::Pandemic->new;
Games::Pandemic->run;
DESCRIPTION
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
$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.
AUTHOR
Jerome Quelin
COPYRIGHT AND LICENSE
This software is Copyright (c) 2009 by Jerome Quelin.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991