| Games-Pandemic documentation | view source | Contained in the Games-Pandemic distribution. |
Games::Pandemic::Tk::Dialog::GiveCard - pandemic dialog to give cards
version 1.111030
Games::Pandemic::Tk::Dialog::GiveCard->new(
parent => $mw,
cards => \@cards,
players => \@players,
);
The game allows player to give cards to each other, provided that the players are in the same city.
This dialog will show the @cards of current player, with the list of
@players currently in the city. When clicking ok, the selected card
will be given to the selected player. This takes one action, and is
handled by Games::Pandemic::Controller.
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. |