Skip to content

Commit

Permalink
Grand Duchess is in the Numerica game family.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Aug 23, 2023
1 parent d93ad0d commit d00762b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion html-src/rules/grandduchess.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>Grand Duchess</h1>
<p>
Two-Deck game type. 2 decks. 3 redeals.
Numerica type. 2 decks. 3 redeals.

<h3>Object</h3>
<p>
Expand Down
2 changes: 1 addition & 1 deletion html-src/rules/grandduchessplus.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>Grand Duchess +</h1>
<p>
Two-Deck game type. 2 decks. 3 redeals.
Numerica type. 2 decks. 3 redeals.

<h3>Object</h3>
<p>
Expand Down
2 changes: 1 addition & 1 deletion html-src/rules/parisienne.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1>Parisienne</h1>
<p>
Two-Deck game type. 2 decks. 3 redeals.
Numerica type. 2 decks. 3 redeals.

<h3>Object</h3>
<p>
Expand Down
6 changes: 3 additions & 3 deletions pysollib/games/grandduchess.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,10 @@ def createGame(self):


registerGame(GameInfo(557, GrandDuchess, "Grand Duchess",
GI.GT_2DECK_TYPE, 2, 3,
GI.GT_NUMERICA, 2, 3,
altnames=('Duchess de Luynes')))
registerGame(GameInfo(617, Parisienne, "Parisienne",
GI.GT_2DECK_TYPE, 2, 3,
GI.GT_NUMERICA, 2, 3,
altnames=('La Parisienne', 'Parisian')))
registerGame(GameInfo(618, GrandDuchessPlus, "Grand Duchess +",
GI.GT_2DECK_TYPE, 2, 3))
GI.GT_NUMERICA, 2, 3))

0 comments on commit d00762b

Please sign in to comment.