| Games-Mastermind-Solver documentation | view source | Contained in the Games-Mastermind-Solver distribution. |
Games::Mastermind::Solver::BruteForce - a Master Mind puzzle solver
# See Games::Mastermind::Solver
Games::Mastermind::Solver::BruteForce uses the classical
brute-force algorithm for solving Master Mind puzzles.
$number = $player->remaining;
The number of possible solutions given the knowledge the player has accumulated.
Mattia Barbon <mbarbon@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Games-Mastermind-Solver documentation | view source | Contained in the Games-Mastermind-Solver distribution. |