Games::LogicPuzzle

Perl extension for helping to solve brain teaser puzzles
Download

Games::LogicPuzzle Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Adler
  • Publisher web site:
  • http://search.cpan.org/~aadler/

Games::LogicPuzzle Tags


Games::LogicPuzzle Description

Perl extension for helping to solve brain teaser puzzles Games::LogicPuzzle is a Perl module that may help you solve brain teaser puzzles where there are lots of solution possibilities. You setup a local subroutine which rejects wrong solutions, give the module the working parameters, and it will do the rest.SYNOPSIS use Games::LogicPuzzle; my $p= new Games::LogicPuzzle ( num_things => 5 ); $p->assign( { ... } ); $p->properties( { ... } ); $p->verify_proc( \&my_verify ); $solution = $p->solve(); Requirements: · Perl


Games::LogicPuzzle Related Software