

Please report any bugs or feature requests to games-solitaire-blackhole-solver rt., or through the web interface at. The Black Hole Solitaire Solvers homepage is at and one can find there an implementation of this solver as a C library (under the same licence), which is considerably faster and consumes less memory, and has had some other improvements. More information about Golf Solitaire can be found at:

If enabled it also sets -queens-on-kings. Wrap ranks: allow putting aces on kings or kings on aces. This is a common variation on the solitaire rules. queens-on-kings and -no-queens-on-kingsĮnable and disable the ability to put queens on kings (which is disabled by default). A script that encapsulates this application accepts a filename pointing at the file containing the board or "-" for specifying the standard input.Ī board looks like this and can be generated for PySol FC using make_pysol_freecell_board.py Talon: TD KC 8H 8S 4S 4H KS 6D 8D 7C JD 9D 2H QD 3D AS

This solves deals of the "Golf" variant of patience and card solitaire. My $app = Games::Solitaire::BlackHole::Solver::Golf::App->new Īnd then from the command-line: $ golf-solitaire-solve-perl myboard.txt DESCRIPTION Version 0.6.0 SYNOPSIS use Games::Solitaire::BlackHole::Solver::Golf::App () Games::Solitaire::BlackHole::Solver::Golf::App - a command line application implemented as a class to solve the “Golf” variant of solitaire.
