The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::Pandemic::Tk::Dialog::GiveCard - pandemic dialog to give cards

VERSION

version 1.120510

SYNOPSIS

    Games::Pandemic::Tk::Dialog::GiveCard->new(
        parent  => $mw,
        cards   => \@cards,
        players => \@players,
    );

DESCRIPTION

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.

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