From 180f3fa22595cbaf3518ead3a45bad4f3f655a24 Mon Sep 17 00:00:00 2001 From: Joe R Date: Fri, 5 Jul 2024 17:32:41 -0400 Subject: [PATCH] Add more alternate names --- pysollib/gamedb.py | 22 +++++++++++----------- pysollib/games/auldlangsyne.py | 3 ++- pysollib/games/grandfathersclock.py | 3 ++- pysollib/games/harp.py | 2 +- pysollib/games/montecarlo.py | 3 ++- pysollib/games/spider.py | 3 ++- 6 files changed, 20 insertions(+), 16 deletions(-) diff --git a/pysollib/gamedb.py b/pysollib/gamedb.py index 350ea561..6e7b5f75 100644 --- a/pysollib/gamedb.py +++ b/pysollib/gamedb.py @@ -450,23 +450,23 @@ class GI: # Little Gazette, Magic FreeCell, Mini Gaps, Montreal, # Napoleon at Iena, Napoleon at Waterloo, Napoleon's Guards, # Oasis, Opera, Ordered Suits, Osmotic FreeCell, Pair FreeCell, - # Pairs 2, Reserved Thirteens, Sea Spider, Sept Piles 0, - # Short Solitaire, Simple Alternations, Smart Osmosis, - # Step By Step, Stripped FreeCell, Tarantula, Triple Dispute, - # Trusty Twenty, Two Ways 3, Up Or Down, Versailles, - # Vertical FreeCell, Wasp Baby, Yukon FreeCell + # Pairs 2, Reserved Thirteens, Sept Piles 0, Short Solitaire, + # Simple Alternations, Smart Osmosis, Step By Step, + # Stripped FreeCell, Tarantula, Triple Dispute, Trusty Twenty, + # Two Ways 3, Up Or Down, Versailles, Vertical FreeCell, + # Wasp Baby, Yukon FreeCell ("XM Solitaire", ( 2, 8, 9, 13, 15, 18, 19, 20, 29, 30, 31, 34, 36, 38, 41, 42, 45, 46, 50, 53, 54, 56, 57, 64, 77, 78, 86, 96, 97, 98, 105, 110, 112, 124, 145, 173, 220, 222, 223, 224, 228, 231, 233, 234, 235, 236, 257, 258, 264, 265, 267, 270, 271, 290, 291, 292, 293, 303, 309, 314, 318, 320, 322, 324, 325, 336, 338, - 341, 363, 364, 372, 376, 383, 384, 385, 386, 390, 391, 393, - 398, 405, 415, 416, 425, 451, 453, 461, 464, 466, 467, 476, - 480, 484, 511, 512, 513, 516, 561, 610, 613, 625, 629, 631, - 638, 641, 647, 650, 655, 678, 684, 702, 734, 751, 784, 825, - 829, 834, 837, 844, 862, 867, 880, 889, 901, 911, 933, 941, - 947, 953 + 341, 359, 363, 364, 372, 376, 383, 384, 385, 386, 390, 391, + 393, 398, 405, 415, 416, 425, 451, 453, 461, 464, 466, 467, + 476, 480, 484, 511, 512, 513, 516, 561, 610, 613, 625, 629, + 631, 638, 641, 647, 650, 655, 678, 684, 702, 734, 751, 784, + 825, 829, 834, 837, 844, 862, 867, 880, 889, 901, 911, 933, + 941, 947, 953 )), # xpat2 1.06 (we have 14 out of 16 games) diff --git a/pysollib/games/auldlangsyne.py b/pysollib/games/auldlangsyne.py index d2ad6782..eec6808b 100644 --- a/pysollib/games/auldlangsyne.py +++ b/pysollib/games/auldlangsyne.py @@ -676,7 +676,8 @@ registerGame(GameInfo(553, Scuffle, "Scuffle", registerGame(GameInfo(560, DoubleAcquaintance, "Double Acquaintance", GI.GT_NUMERICA, 2, 2, GI.SL_BALANCED)) registerGame(GameInfo(569, Primrose, "Primrose", - GI.GT_NUMERICA | GI.GT_OPEN, 2, 8, GI.SL_BALANCED)) + GI.GT_NUMERICA | GI.GT_OPEN, 2, 8, GI.SL_BALANCED, + altnames=("Capuchin", "As You Like It"))) registerGame(GameInfo(636, StrategyPlus, "Strategy +", GI.GT_NUMERICA, 1, 0, GI.SL_SKILL)) registerGame(GameInfo(688, Formic, "Ants", diff --git a/pysollib/games/grandfathersclock.py b/pysollib/games/grandfathersclock.py index e597bc79..62014be2 100644 --- a/pysollib/games/grandfathersclock.py +++ b/pysollib/games/grandfathersclock.py @@ -773,7 +773,8 @@ registerGame(GameInfo(690, Hemispheres, "Hemispheres", GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED, altnames=("The Four Continents",))) registerGame(GameInfo(697, BigBen, "Big Ben", - GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED)) + GI.GT_2DECK_TYPE, 2, 0, GI.SL_BALANCED, + altnames=("Father Time"))) registerGame(GameInfo(737, Clock, "Clock", GI.GT_1DECK_TYPE, 1, 0, GI.SL_LUCK, altnames=("Travellers", "Sundial"))) diff --git a/pysollib/games/harp.py b/pysollib/games/harp.py index 796364ac..cbb684f7 100644 --- a/pysollib/games/harp.py +++ b/pysollib/games/harp.py @@ -443,7 +443,7 @@ registerGame(GameInfo(333, OpenGargantua, "Open Gargantua", altnames=("Open Jumbo",))) registerGame(GameInfo(15, BigHarp, "Big Harp", GI.GT_KLONDIKE, 2, 0, GI.SL_BALANCED, - altnames=("Die grosse Harfe", "Die Pyramide",))) + altnames=("Die grosse Harfe", "Die Pyramide", "Harp"))) registerGame(GameInfo(51, Steps, "Steps", GI.GT_KLONDIKE, 2, 1, GI.SL_BALANCED)) registerGame(GameInfo(273, TripleKlondike, "Triple Klondike", diff --git a/pysollib/games/montecarlo.py b/pysollib/games/montecarlo.py index 2d3ef3be..b9a52ac6 100644 --- a/pysollib/games/montecarlo.py +++ b/pysollib/games/montecarlo.py @@ -1175,7 +1175,8 @@ registerGame(GameInfo(875, PatientPairsOpen, "Patient Pairs (Open)", GI.GT_PAIRING_TYPE | GI.GT_OPEN, 1, 0, GI.SL_MOSTLY_SKILL, rules_filename="patientpairs.html")) registerGame(GameInfo(898, AcesSquare, "Aces Square", - GI.GT_1DECK_TYPE, 1, 0, GI.SL_BALANCED)) + GI.GT_1DECK_TYPE, 1, 0, GI.SL_BALANCED, + altnames=("Miner",))) registerGame(GameInfo(923, Crispy, "Crispy", GI.GT_1DECK_TYPE, 1, 0, GI.SL_BALANCED)) registerGame(GameInfo(935, Juvenile, "Juvenile", diff --git a/pysollib/games/spider.py b/pysollib/games/spider.py index b1f5fd25..6f43c68d 100644 --- a/pysollib/games/spider.py +++ b/pysollib/games/spider.py @@ -1580,7 +1580,8 @@ registerGame(GameInfo(345, ScorpionHead, "Scorpion Head", registerGame(GameInfo(346, ScorpionTail, "Scorpion Tail", GI.GT_SPIDER, 1, 0, GI.SL_MOSTLY_SKILL)) registerGame(GameInfo(359, SpiderWeb, "Spider Web", - GI.GT_SPIDER, 1, 0, GI.SL_BALANCED)) + GI.GT_SPIDER, 1, 0, GI.SL_BALANCED, + altnames=('Sea Spider',))) registerGame(GameInfo(366, SimonJester, "Simon Jester", GI.GT_SPIDER | GI.GT_OPEN, 2, 0, GI.SL_MOSTLY_SKILL)) registerGame(GameInfo(382, Applegate, "Applegate",