comparison gamelib/constants.py @ 346:6baf8b5beb5c

Remove the "constant" constant
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 Sep 2009 23:11:16 +0000
parents 17ee6bcf583d
children 71f5897ac5ef
comparison
equal deleted inserted replaced
345:279974cc0698 346:6baf8b5beb5c
50 'Two weeks' : 14, 50 'Two weeks' : 14,
51 'Three months' : 90, 51 'Three months' : 90,
52 'Unlimited' : 0, 52 'Unlimited' : 0,
53 } 53 }
54 54
55 # This is a "constant". 55 DEFAULT_MODE = 'Two weeks'
56 TURN_LIMIT = TURN_LIMITS['Two weeks']
57 56
58 ABS_MAX_NUM_FOXES = 50 # Limit possible uppoer number of foxes, due to concerns 57 ABS_MAX_NUM_FOXES = 50 # Limit possible uppoer number of foxes, due to concerns
59 # about performance, etc. 58 # about performance, etc.
60 59
61 START_CHICKENS = 10 60 START_CHICKENS = 10