1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

More alternate names.

This commit is contained in:
Joe R 2023-05-25 20:45:38 -04:00
parent 4dcf1f2da6
commit 633974782f
4 changed files with 6 additions and 4 deletions

View file

@ -17,6 +17,7 @@ each suit.
<h3>Notes</h3>
<p>
Deck is a variation of <a href="cover.html">Cover</a>.
Deck is a variation of <a href="cover.html">Cover</a>. It is also related
to <a href="acesup.html">Aces Up</a>.
<p>
<i>Autodrop</i> is disabled for this game.

View file

@ -424,7 +424,7 @@ registerGame(GameInfo(583, FiringSquad, "Firing Squad",
GI.GT_1DECK_TYPE, 1, 0, GI.SL_BALANCED))
registerGame(GameInfo(684, Deck, "Deck",
GI.GT_1DECK_TYPE, 1, 0, GI.SL_LUCK,
altnames=('Affinity',)))
altnames=('Affinity', 'Suits Up')))
registerGame(GameInfo(756, TabbyCat, "Tabby Cat",
GI.GT_1DECK_TYPE, 1, 0, GI.SL_MOSTLY_SKILL))
registerGame(GameInfo(757, Manx, "Manx",

View file

@ -993,7 +993,8 @@ registerGame(GameInfo(108, Rainbow, "Rainbow",
GI.GT_CANFIELD, 1, 0, GI.SL_BALANCED))
registerGame(GameInfo(100, Storehouse, "Storehouse",
GI.GT_CANFIELD, 1, 2, GI.SL_BALANCED,
altnames=("Provisions", "Straight Up", "Thirteen Up")))
altnames=("Provisions", "Straight Up", "Thirteen Up",
"The Reserve")))
registerGame(GameInfo(43, Chameleon, "Chameleon",
GI.GT_CANFIELD, 1, 0, GI.SL_BALANCED,
altnames="Kansas"))

View file

@ -1419,7 +1419,7 @@ registerGame(GameInfo(76, Streets, "Streets",
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_MOSTLY_SKILL))
registerGame(GameInfo(73, Maria, "Maria",
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED,
altnames=("Maria Luisa",)))
altnames=("Maria Luisa", "Thirty Six Card Tableau")))
registerGame(GameInfo(70, NumberTen, "Number Ten",
GI.GT_FORTY_THIEVES, 2, 0, GI.SL_BALANCED))
registerGame(GameInfo(71, RankAndFile, "Rank and File",