Skip to content

Commit

Permalink
Added missing game types to all games script.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeraz committed Nov 26, 2023
1 parent 634937b commit b05c922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/all_games.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def _get_game_rules_filename(n):
GI.GT_NAPOLEON: "Napoleon",
GI.GT_NUMERICA: "Numerica",
GI.GT_PAIRING_TYPE: "Pairing",
GI.GT_PICTURE_GALLERY: "Picture Gallery",
GI.GT_RAGLAN: "Raglan",
GI.GT_SIMPLE_TYPE: "Simple game",
GI.GT_SPIDER: "Spider",
Expand All @@ -77,6 +78,7 @@ def _get_game_rules_filename(n):
GI.GT_HANOI: "Tower of Hanoi",
GI.GT_PEGGED: "Pegged",
GI.GT_CRIBBAGE_TYPE: "Cribbage",
GI.GT_ISHIDO: "Ishido",
}


Expand Down

0 comments on commit b05c922

Please sign in to comment.