diff gamelib/constants.py @ 139:1d73de63bd71

Add basic game over screen
author Neil Muller <drnlmuller@gmail.com>
date Wed, 02 Sep 2009 22:48:39 +0000
parents 4527e09dc620
children baf857805867
line wrap: on
line diff
--- a/gamelib/constants.py	Wed Sep 02 22:45:58 2009 +0000
+++ b/gamelib/constants.py	Wed Sep 02 22:48:39 2009 +0000
@@ -28,6 +28,7 @@
 
 STARTING_CASH = 1000
 SELL_PRICE_CHICKEN = 10
+SELL_PRICE_EGG = 5
 SELL_PRICE_DEAD_FOX = 5
 LOGGING_PRICE = 50
 BUY_PRICE_FENCE = 50
@@ -40,3 +41,6 @@
 TOOL_BUY_FENCE = 4
 TOOL_PLACE_ANIMALS = 5
 TOOL_LOGGING = 6
+
+NIGHT_LENGTH = 150
+TURN_LIMIT = 14