Games::Solitaire::Verify

Verify solutions for solitaire games
Download

Games::Solitaire::Verify Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shlomi Fish
  • Publisher web site:
  • http://search.cpan.org/~shlomif/

Games::Solitaire::Verify Tags


Games::Solitaire::Verify Description

Games::Solitaire::Verify 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_solversInstead, what Games-Solitaire-Verify does is verify the solutions and makes sure they are correct.See for more about card solitaire.SYNOPSIS use Games::Solitaire::Verify::Solution; my $verifier = Games::Solitaire::Verify::Solution->new(); $verifier->verify_solution({ fh => \*STDIN });Product's homepage


Games::Solitaire::Verify Related Software