ABC Path Solver is a Perl program and library that automatically solves an ABC Path game while giving the reasoning. ABC Path is a puzzle game in which one should position the letters from "A" to "Y" in a 5*5 grid based on clues. It is featured in brainbashers.com. ABC Path Solver uses a mixture of deduction and solving by trying several branches, which should allow it to solve all initial boards.
| Tags | Games Puzzles Japanese solver solve nikoli |
|---|---|
| Licenses | MIT/X |
| Operating Systems | POSIX Linux Mac OS X Windows |
| Implementation | Perl Module-Build |
Recent releases


Release Notes: A Coord ((x,y) coordinate) class was extracted.


Release Notes: This release encapsulates the command line solver in a module, and adds documentation (including for the input layout's format.) It specifies a missing dependency.


Release Notes: This is the initial CPAN and freshmeat release.