diff --git a/html-src/glossary.html b/html-src/glossary.html index 7fcc5a27..73bba4d1 100644 --- a/html-src/glossary.html +++ b/html-src/glossary.html @@ -145,6 +145,14 @@ of 104 cards.

or picture cards.

+
FOOL
+ +
+

A special TRUMPS suit card in a TAROCK DECK. Depending on the +game, it can act as the highest trump, the lowest, or like the JOKER +in a STANDARD DECK. Also called the SKIZ.

+
+
FOUNDATION
@@ -270,6 +278,11 @@ tableau. Often, only a limited number of redeals are allowed.

Usually cannot be built on.

+
SKIZ
+ +
+

See FOOL.

+
SLOT
diff --git a/html-src/rules/trumpsrow.html b/html-src/rules/trumpsrow.html index af111833..55edb31e 100644 --- a/html-src/rules/trumpsrow.html +++ b/html-src/rules/trumpsrow.html @@ -5,7 +5,7 @@ Tarock type. 1 deck. 4 redeals.

Object

Group all the cards in sets of 13 cards in ascending sequence -by suit from Two to King, plus one of 21 with the trump of 2 to the +by suit from Two to King, plus one of 22 with the trump of 2 to the Fool/Skiz.

Rules

diff --git a/pysollib/games/golf.py b/pysollib/games/golf.py index 41aa2b29..c175af5a 100644 --- a/pysollib/games/golf.py +++ b/pysollib/games/golf.py @@ -436,7 +436,7 @@ class BinaryStar(BlackHole): RowStack_Class = StackWrapper( ReserveStack, max_accept=0, max_cards=6) # TODO: Solver support - Solver_Class = None # BlackHoleSolverWrapper(preset='binary_star') + Solver_Class = BlackHoleSolverWrapper(preset='binary_star') FOUNDATIONS = 2 def _shuffleHook(self, cards):