# HG changeset patch # User Neil Muller # Date 1256850562 0 # Node ID fd8da9241381ad345e0d913e32c3ba2e4ba0dd1b # Parent 2bcfccb8288e72ad605947d4802c8248281f1859 Update README diff -r 2bcfccb8288e -r fd8da9241381 README.txt --- a/README.txt Thu Oct 29 21:06:44 2009 +0000 +++ b/README.txt Thu Oct 29 21:09:22 2009 +0000 @@ -43,6 +43,13 @@ dependencies listed further down. Then run "python run_game.py". +CHOOSING A LEVEL +================ + +The levels can be found in data/levels. Start the game with the level name +as the first parameter. + + HOW TO PLAY THE GAME ==================== @@ -55,15 +62,15 @@ You lose if you end a night with no chickens left. -Depending on the game length you select, you win if you survive for two weeks, -three months or until you have chopped down all the trees in the forest and -caused the complete extinction of the fox population. - Chickens only lay eggs in henhouses, and must stay on the egg for 2 days to hatch a new chicken. Chickens that hatch in already full henhouses are moved to just outside. If there is no space outside, they die immediately from overcrowding. +The the length of the game and the conditions required to win depend on the +chosen level. The instructions for the level will be shown at the bottom +of the instructions screen. + DEPENDENCIES ============