The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::Mastermind::Solver::BruteForce - a Master Mind puzzle solver

SYNOPSIS

    # See Games::Mastermind::Solver

DESCRIPTION

Games::Mastermind::Solver::BruteForce uses the classical brute-force algorithm for solving Master Mind puzzles.

METHODS

remaining

    $number = $player->remaining;

The number of possible solutions given the knowledge the player has accumulated.

AUTHOR

Mattia Barbon <mbarbon@cpan.org>

LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.