shlomif / PySolFC

A comprehensive, feature-rich, open source, and portable, collection of Solitaire games.
http://pysolfc.sourceforge.net/
GNU General Public License v3.0
463 stars 105 forks source link

Support fc-solve 4.20.0's new "--hint-on-intractable" and "--iter-output-step" flags #90

Closed shlomif closed 6 years ago

shlomif commented 6 years ago

These two flags can enhance the user-experience of using the Freecell solver in pysol, but are not supported in older versions. I'd like to work on it, but pull-reqs/etc. will be welcome.

shlomif commented 6 years ago

For the record, see http://fc-solve.shlomifish.org/docs/distro/USAGE.html .

shlomif commented 6 years ago

merged to master in commit 2bbea25a42c196b0944100cd8d48cd1901f91902 - some UX issues remain, but this bug can be closed.