1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
PySolFC/pysollib/games/special
Alexandre Detiste 148f189a74
trim usage of six (#382)
This is artisanal manual craftwork :-)

     def mDone(self, button):
         if button == 0:        # "OK" or double click
-            if isinstance(self.tree.selection_key, six.string_types):
-                self.key = str(self.tree.selection_key)
-            else:
-                self.key = self.tree.selection_key
+            self.key = self.tree.selection_key
2024-09-18 20:33:10 -04:00
..
__init__.py Added Samegame game. 2024-03-03 11:38:13 -05:00
cribbage.py Added Cribbage Patience game. 2024-03-13 19:16:43 -04:00
dashavatara.py Consolidated special games. 2024-01-26 21:51:13 -05:00
hanafuda.py Consolidated special games. 2024-01-26 21:51:13 -05:00
hanafuda1.py Consolidated special games. 2024-01-26 21:51:13 -05:00
hanafuda_common.py Consolidated special games. 2024-01-26 21:51:13 -05:00
hanoi.py Disabled (useless) hints in Hanoi-type games. Fixes stuck-checking. 2023-06-03 09:46:26 -04:00
hexadeck.py Klondike with jokers. 2024-03-15 19:35:03 -04:00
ishido.py Added basic, but workable, hint logic for Ishido type games. 2024-05-22 20:16:20 -04:00
larasgame.py Consolidated special games. 2024-01-26 21:51:13 -05:00
lightsout.py Stuck notification option. 2022-07-28 18:56:41 -04:00
matrix.py Consolidated special games. 2024-01-26 21:51:13 -05:00
memory.py Matching type cardset support for allowing Memory games to use any cardset. 2023-01-28 10:44:57 -05:00
mughal.py Consolidated special games. 2024-01-26 21:51:13 -05:00
pegged.py Added hexagonal pegged layout. 2024-01-06 21:55:47 -05:00
poker.py Added option to return to the game after winning, and enabled winning of Cribbage/Poker Shuffle. 2021-08-23 19:18:21 -04:00
samegame.py trim usage of six (#382) 2024-09-18 20:33:10 -04:00
tarock.py Added new tarock deck variations of Klondike and Yukon. 2023-05-01 18:50:45 -04:00
tarock1.py Game categorization updates. 2024-03-28 23:32:56 -04:00
tilepuzzle.py Consolidated special games. 2024-01-26 21:51:13 -05:00