Games::Mastermind::Cracker

Games::Mastermind::Cracker is a Perl module that allows you to quickly crack Mastermind.
Download

Games::Mastermind::Cracker Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Shawn M Moore
  • Publisher web site:
  • http://search.cpan.org/~sartak/

Games::Mastermind::Cracker Tags


Games::Mastermind::Cracker Description

Games::Mastermind::Cracker is a Perl module that allows you to quickly crack Mastermind. Games::Mastermind::Cracker is a Perl module that allows you to quickly crack Mastermind.SYNOPSIS use Games::Mastermind::Cracker::Sequential; my $cracker = Games::Mastermind::Cracker::Sequential->new(); printf "The solution is %s!n", $cracker->cracker;Mastermind is a code-breaking game played by two players, the "code maker" and the "code breaker".This module plays the role of code breaker. The only requirement is that you provide the answers to how many black pegs and how many white pegs a code gives.You must instantiate a subclass of this module to actually break codes. There are a number of different cracker modules, described in "ALGORITHMS".Games::Mastermind is the same game, except it plays the role of code maker. Requirements: · Perl


Games::Mastermind::Cracker Related Software