diff options
Diffstat (limited to 'diplomacy/utils/constants.py')
-rw-r--r-- | diplomacy/utils/constants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diplomacy/utils/constants.py b/diplomacy/utils/constants.py index d929e33..47b1419 100644 --- a/diplomacy/utils/constants.py +++ b/diplomacy/utils/constants.py @@ -48,6 +48,8 @@ PRIVATE_BOT_PASSWORD = '#bot:password:28131821--mx1fh5g7hg5gg5g´[],s222222223dj # Time to wait to let a bot set orders for a dummy power. PRIVATE_BOT_TIMEOUT_SECONDS = 60 +# Default rules used to construct a Game object when no rules are provided. +DEFAULT_GAME_RULES = ('SOLITAIRE', 'NO_PRESS', 'IGNORE_ERRORS', 'POWER_CHOICE') class OrderSettings: """ Constants to define flags for attribute Power.order_is_set. """ |