comparison gamelib/helpscreen.py @ 230:fa0e818c3fee

Update instructions to match new chick hatching behaviour.
author Simon Cross <hodgestar@gmail.com>
date Fri, 04 Sep 2009 23:41:42 +0000
parents 7e556ef40100
children 2688ce607d65
comparison
equal deleted inserted replaced
229:96d440bebdaa 230:fa0e818c3fee
20 You lose if you end a night with no chickens left. 20 You lose if you end a night with no chickens left.
21 21
22 You win if you survive 14 nights. 22 You win if you survive 14 nights.
23 23
24 Chickens only lay eggs in henhouses, and must stay on the egg for 2 days to 24 Chickens only lay eggs in henhouses, and must stay on the egg for 2 days to
25 hatch a new chicken. Chickens that hatch in already full henhouses die 25 hatch a new chicken. Chickens that hatch in already full henhouses are
26 immediately from overcrowding. 26 moved to just outside. If there is no space outside, they die immediately
27 from overcrowding.
27 """ % constants.NAME 28 """ % constants.NAME
28 29
29 def make_help_screen(): 30 def make_help_screen():
30 """Create a main menu""" 31 """Create a main menu"""
31 help_screen = HelpScreen(width=600) 32 help_screen = HelpScreen(width=600)