| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |
Games::Pandemic - cooperative pandemic board game
version 1.111030
use Games::Pandemic;
Games::Pandemic->new;
Games::Pandemic->run;
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.
Increment number of outbreaks, up to a maximum of 8.
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.
Create the various POE sessions, and start the POE kernel.
You can look for information on this module at:
Jerome Quelin
This software is Copyright (c) 2009 by Jerome Quelin.
This is free software, licensed under:
The GNU General Public License, Version 2, June 1991
| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |