Games-ABC_Path-Solver 0.8.1 Latest
Kwalitee Issues
No Core Issues.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Games::ABC_Path::Solver | a solver for ABC Path | v0.8.1 | metacpan |
Games::ABC_Path::Solver::App | a class wrapping a command line app for solving ABC Path | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Base | base class for Games::ABC_Path::Solver classes. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Board | handles an ABC Path board. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Constants | constants in use by the generator. B<FOR INTERNAL USE!>. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Coord | X/Y coordinate class for the ABC Path classes. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Move | an ABC Path move. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Move::LastRemainingCellForLetter | an ABC Path move that indicates it's the last remaining cell for a given letter. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Move::LastRemainingLetterForCell | an ABC Path move that indicates it's the last remaining letter for a given cell. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Move::LettersNotInVicinity | an ABC Path move that indicates that letters are not in vicinity to one another in a certain cell. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Move::ResultsInASuccess | indicates that a trial selection resulted in an error. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Move::ResultsInAnError | indicates that a trial selection resulted in an error. | v0.8.1 | metacpan |
Games::ABC_Path::Solver::Move::TryingLetterForCell | an ABC Path move of trying a letter for a certain cell. | v0.8.1 | metacpan |