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

NAME

Games::Solitaire::Verify - verify solutions for solitaire games.

VERSION

Version 0.02

SYNOPSIS

    use Games::Solitaire::Verify::Solution;

    my $verifier = Games::Solitaire::Verify::Solution->new();

    $verifier->verify_solution({ fh => \*STDIN });

DESCRIPTION

This is a CPAN Perl module that verifies the solutions of various variants of card Solitaire. It does not aim to try to be a solver for them, because this is too CPU intensive to be adequately done using perl5 (as of perl-5.10.0). If you're interested in the latter, look at:

  • http://fc-solve.berlios.de/

  • http://fc-solve.berlios.de/links.html#other_solvers

Instead, what Games-Solitaire-Verify does is verify the solutions and makes sure they are correct.

See http://pysolfc.sourceforge.net/ for more about card solitaire.

SEE ALSO

Games::Solitaire::Verify::Solution , Games::Solitaire::Verify::State

AUTHOR

Shlomi Fish, <shlomif at iglu.org.il>

BUGS

Please report any bugs or feature requests to bug-games-solitaire-verifysolution at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Games-Solitaire-Verify. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Games::Solitaire::Verify

You can also look for information at:

ACKNOWLEDGEMENTS

COPYRIGHT & LICENSE

Copyright 2008 Shlomi Fish, all rights reserved.

This program is released under the following license: MIT/X11 ( http://www.opensource.org/licenses/mit-license.php ).