diff --git a/html-src/gen-html.py b/html-src/gen-html.py index c979321f..0d76d3ef 100755 --- a/html-src/gen-html.py +++ b/html-src/gen-html.py @@ -64,6 +64,7 @@ files = [ ('assist_options.html', 'PySol - Assist Options'), ('solitaire_wizard.html', 'PySol - Solitaire Wizard'), ('cardset_customization.html', 'PySol - Cardset Customization'), + ('solver.html', 'PySol - Solver'), ('plugins.html', 'PySol - Plugins'), ] diff --git a/html-src/index.html b/html-src/index.html index c8909c92..bbfe31e7 100644 --- a/html-src/index.html +++ b/html-src/index.html @@ -15,6 +15,7 @@
diff --git a/html-src/solver.html b/html-src/solver.html new file mode 100644 index 00000000..7c9aad99 --- /dev/null +++ b/html-src/solver.html @@ -0,0 +1,39 @@ ++PySolFC contains integration with a number of solitaire game solvers: +
++The solvers may need to be installed separately to use them, depending on your +PySol configuration. +
+To use the solver, first run a game that's compatible with the solver, and then set +the configuration settings. + +
+The preset option determines the configuration that the solver uses. The different +configurations affect how the solver goes about trying to find a solution. More +details on the different preset options can be found on the fc-solve website. +
+The max iterations setting controls how many game states the solver can review for +that given game. A higher number means the solver is more accurate, but takes longer +to run. +
+Once you've set the configuration options, you can start the solver, and then demo the +found solution. + +
+For more info about fc-solve: +
++For more info about black-hole-solve: +