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


Games-Mastermind-Solver documentation  | view source Contained in the Games-Mastermind-Solver distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    # See Games::Mastermind::Solver

DESCRIPTION

Top

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

METHODS

Top

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.


Games-Mastermind-Solver documentation  | view source Contained in the Games-Mastermind-Solver distribution.