From f86c23be940a3b7a376dacf6d17428b99b57693c Mon Sep 17 00:00:00 2001 From: marblexu <47616581+marblexu@users.noreply.github.com> Date: Tue, 17 Dec 2019 09:23:14 +0800 Subject: [PATCH] Update README.md add info how to change start level --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cf22e37..a448a23 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,11 @@ $ python main.py # How to Play * use mouse to collect sun, select the plant cards and seed the plant +* you can set the start level by changing START_LEVEL_NUM value in source/constants.py + * level 1 and 2:day level + * level 3: night level + * level 4: moving card select level + * level 5: wallnut bowling level # Demo ![demo1](https://raw.githubusercontent.com/marblexu/PythonPlantsVsZombies/master/demo/demo1.jpg)