Games-Euchre
view release on metacpan or search on metacpan
lib/Games/Euchre/Trick.pm view on Meta::CPAN
package Games::Euchre::Trick;
=head1 NAME
Games::Euchre::Trick - Trick class for Euchre card game
=head1 DESCRIPTION
Only one Trick instance is alive at one time per Euchre game. The
Trick keeps track of which cards have been played, and provides useful
functions to determine which cards are legal plays, as well as who
is the winner of the trick. The trick class makes the determination
of which card beats which card, given the current trump and lead. The
trick class knows how to handle an alone hand and it calls the
playCard() method for each player in turn in it's play() method,
usually called from the Games::Euchre->playHand() method.
=cut
( run in 3.563 seconds using v1.01-cache-2.11-cpan-14f38c9f855 )