From b05c922d3bcfc51a7aa93a15a314d38ee9917477 Mon Sep 17 00:00:00 2001 From: Joe R Date: Sun, 26 Nov 2023 11:35:51 -0500 Subject: [PATCH] Added missing game types to all games script. --- scripts/all_games.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/all_games.py b/scripts/all_games.py index 65640ea8..153f0396 100755 --- a/scripts/all_games.py +++ b/scripts/all_games.py @@ -52,6 +52,7 @@ GAME_BY_TYPE = { 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", @@ -77,6 +78,7 @@ GAME_BY_TYPE = { GI.GT_HANOI: "Tower of Hanoi", GI.GT_PEGGED: "Pegged", GI.GT_CRIBBAGE_TYPE: "Cribbage", + GI.GT_ISHIDO: "Ishido", }