comparison gamelib/constants.py @ 325:b07ea17b8b4e

Move starting chickens to constants
author Neil Muller <drnlmuller@gmail.com>
date Sat, 05 Sep 2009 21:38:41 +0000
parents 978efd39a099
children 17ee6bcf583d
comparison
equal deleted inserted replaced
324:305af737c0a8 325:b07ea17b8b4e
54 54
55 TURN_LIMIT = TURN_LIMITS['Two weeks'] 55 TURN_LIMIT = TURN_LIMITS['Two weeks']
56 56
57 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
58 # about performance, etc. 58 # about performance, etc.
59
60 START_CHICKENS = 10