NAME

Games::Set - The rules for the game of Set

SYNOPSIS

my $game = Games::Set->new({ deck => [ Games::Set->standard_deck ] });
$game->shuffle;
my @cards = map { $game->deal } 1..3; # give me 3 cards
print $game->set( @cards ) ? "set\n" : "no set\n";

DEPENDENCIES

This module has external dependencies on the following modules:

Algorithm::ChooseSubsets
Algorithm::GenerateSequence
Class::Accessor::Fast
List::Util

INSTALLATION

perl Build.PL
perl Build test

and if all goes well

perl Build install

HISTORY

What changed over the last 3 revisions

0.01 Monday 8th September, 2003
initial CPAN release
=back

AUTHOR

Richard Clamp <richardc@unixbeard.net>

Rules of Set by Set Enterprises. http://setgame.com/

COPYRIGHT

Copyright (C) 2003 Richard Clamp. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

http://setgame.com, purveyors of Set

http://set.omino.com David Van Brink's site detailling some of the maths involved

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 44:

You forgot a '=back' before '=head1'

Around line 59:

alternative text 'http://setgame.com' contains non-escaped | or /