comparison gamelib/constants.py @ 80:ad9d1bc7ef0c

Kill foxes that don't reach safety
author Neil Muller <drnlmuller@gmail.com>
date Tue, 01 Sep 2009 11:21:43 +0000
parents 65958516c7d9
children 23a8b2e49e9f
comparison
equal deleted inserted replaced
79:8241386a1651 80:ad9d1bc7ef0c
19 19
20 # Game constants 20 # Game constants
21 21
22 STARTING_CASH = 1000 22 STARTING_CASH = 1000
23 SELL_PRICE_CHICKEN = 10 23 SELL_PRICE_CHICKEN = 10
24 SELL_PRICE_DEAD_FOX = 5
24 BUY_PRICE_FENCE = 50 25 BUY_PRICE_FENCE = 50
25 SELL_PRICE_FENCE = 25 26 SELL_PRICE_FENCE = 25
26 REPAIR_PRICE_FENCE = 25 27 REPAIR_PRICE_FENCE = 25
27 28
28 TOOL_SELL_CHICKEN = 1 29 TOOL_SELL_CHICKEN = 1