diff 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
line wrap: on
line diff
--- a/gamelib/constants.py	Sat Sep 05 21:32:12 2009 +0000
+++ b/gamelib/constants.py	Sat Sep 05 21:38:41 2009 +0000
@@ -56,3 +56,5 @@
 
 ABS_MAX_NUM_FOXES = 50 # Limit possible uppoer number of foxes, due to concerns
                         # about performance, etc.
+
+START_CHICKENS = 10