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


Games-Solitaire-Verify documentation  | view source Contained in the Games-Solitaire-Verify distribution.

Index


NAME

Top

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

VERSION

Top

Version 0.02

SYNOPSIS

Top

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

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

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

DESCRIPTION

Top

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/

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

Top

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

AUTHOR

Top

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

BUGS

Top

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

Top

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

    perldoc Games::Solitaire::Verify

You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Games-Solitaire-Verify

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Games-Solitaire-Verify

* CPAN Ratings

http://cpanratings.perl.org/d/Games-Solitaire-Verify

* Search CPAN

http://search.cpan.org/dist/Games-Solitaire-Verify

ACKNOWLEDGEMENTS

Top

COPYRIGHT & LICENSE

Top


Games-Solitaire-Verify documentation  | view source Contained in the Games-Solitaire-Verify distribution.