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:
parent
634937b076
commit
b05c922d3b
1 changed files with 2 additions and 0 deletions
|
@ -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",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue