Skip to content

Commit

Permalink
Updated XM Solitaire compatibility list based on current standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Sep 8, 2023
1 parent efcfba4 commit 49fa530
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions pysollib/gamedb.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,31 +423,30 @@ def _callback(gi, gt=game_type):
# Black Spider, California, Cascade, Club, Color Cell,
# Cornelius, Desert Fox, Double Antares, Double Antarctica,
# Double Arctica, Double Baker's Spider, Double Cascade,
# Double Line 8, Double Majesty, Double Spidercells,
# Doublet Cell 5, Doubt, Dream Fan, Dumfries Cell, Falcon Wing,
# Fan Nine, Fanny 6, Four By Ten, FreeCell AK, Gaps Alter,
# Gaps Diff, George V, Grandmother's Clock, In a Frame,
# Inverted FreeCell, Kings, Klondike FreeCell, La Cabane,
# La Double Entente, Little Gazette, Magic FreeCell, Mini Gaps,
# Montreal, Napoleon at Iena, Napoleon at Waterloo,
# Napoleon's Guards, Nationale, Oasis, Opera, Ordered Suits,
# Osmotic FreeCell, Pair FreeCell, Pairs 2, Petal,
# 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
# Double Majesty, Double Spidercells, Doublet Cell 5, Doubt,
# Dream Fan, Dumfries Cell, Falcon Wing, Fan Nine, Four By Ten,
# FreeCell AK, Gaps Alter, Gaps Diff, George V,
# Grandmother's Clock, In a Frame, Inverted FreeCell, Kings,
# Klondike FreeCell, La Cabane, La Double Entente,
# 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, Petal, 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
("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, 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, 625, 629, 631, 638, 641,
647, 650, 655, 678, 684, 734, 751, 784, 825, 829, 834, 837,
844, 862, 867, 880, 889, 901, 911,
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,
)),

# xpat2 1.06 (we have 14 out of 16 games)
Expand Down

0 comments on commit 49fa530

Please sign in to comment.