Skip to content

Commit

Permalink
Add more alternate names
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Jul 5, 2024
1 parent 85d455d commit 180f3fa
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 16 deletions.
22 changes: 11 additions & 11 deletions pysollib/gamedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,23 +450,23 @@ def _callback(gi, gt=game_type):
# 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)
Expand Down
3 changes: 2 additions & 1 deletion pysollib/games/auldlangsyne.py
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,8 @@ def startGame(self):
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",
Expand Down
3 changes: 2 additions & 1 deletion pysollib/games/grandfathersclock.py
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,8 @@ def getAutoStacks(self, event=None):
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")))
Expand Down
2 changes: 1 addition & 1 deletion pysollib/games/harp.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ class PittTheYounger(Churchill):
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",
Expand Down
3 changes: 2 additions & 1 deletion pysollib/games/montecarlo.py
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,8 @@ def isNeighbour(self, stack1, stack2):
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",
Expand Down
3 changes: 2 additions & 1 deletion pysollib/games/spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,8 @@ def startGame(self):
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",
Expand Down

0 comments on commit 180f3fa

Please sign in to comment.