comparison gamelib/constants.py @ 66:edc15ce8fa30

Implement fence selling (a bit hackish, but fine for now).
author Simon Cross <hodgestar@gmail.com>
date Mon, 31 Aug 2009 20:57:20 +0000
parents 99fbb652ce8d
children 65958516c7d9
comparison
equal deleted inserted replaced
65:7e9c8ad06d32 66:edc15ce8fa30
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 BUY_PRICE_FENCE = 50 24 BUY_PRICE_FENCE = 50
25 SELL_PRICE_FENCE = 25
25 26
26 TOOL_SELL_CHICKEN = 1 27 TOOL_SELL_CHICKEN = 1
27 TOOL_SELL_EGG = 2 28 TOOL_SELL_EGG = 2
28 TOOL_SELL_BUILDING = 3 29 TOOL_SELL_BUILDING = 3
29 TOOL_BUY_FENCE = 4 30 TOOL_BUY_FENCE = 4