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

Added missing game types to all games script.

This commit is contained in:
Joe R 2023-11-26 11:35:51 -05:00
parent 634937b076
commit b05c922d3b

View file

@ -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",
}