diff --git a/html-src/gen-html.py b/html-src/gen-html.py index ea965f4a..c979321f 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'), + ('plugins.html', 'PySol - Plugins'), ] rules_files = [ diff --git a/html-src/index.html b/html-src/index.html index 8b0ce34c..c8909c92 100644 --- a/html-src/index.html +++ b/html-src/index.html @@ -16,6 +16,7 @@
+PySolFC can support adding additional games, or making other modifications +by writing Python scripts that work as plugins. These scripts can be added +to the plugins folder of your user folder or the PySolFC installation directory. +Plugins can be used to create and add games that are too complex for the +Solitaire Wizard options. +
+A couple sample plugins are available for download on the PySolFC website +here. +These plugins recreate a couple of PySol's more complex games, including +Demons and Thieves and +Crossword and can be used as a guide to +help write your own plugins. diff --git a/html-src/solitaire_wizard.html b/html-src/solitaire_wizard.html index 97548055..7e527e6e 100644 --- a/html-src/solitaire_wizard.html +++ b/html-src/solitaire_wizard.html @@ -1,11 +1,13 @@
The Solitaire Wizard is a feature in PySol that allows you to create and play -custom solitaire games. +custom solitaire games. The Solitaire Wizard is an easy way to create custom +games, though its options are a bit limited. More complex games can be created +with plugins.
Also note that the Solitaire Wizard may not be enabled in mobile versions of PySol. - +
Below are the different options you can set when using the Solitaire Wizard: