From 8fe507499879b2594d629a0e8d2642c609a2c470 Mon Sep 17 00:00:00 2001 From: marblexu <47616581+marblexu@users.noreply.github.com> Date: Tue, 17 Dec 2019 09:33:41 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8abcc32..d10762d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # PythonPlantsVsZombies -a simple PlantsVsZombies game. -It's just for learning and noncommercial use. If this game infringes the copyright, please let me know. + A simple PlantsVsZombies game.
+ `It's only for personal learning and noncommercial use. If this game infringes the copyright, please let me know.` * implement plants: sunflower, peashooter, wallnut, snowpeashooter, cherrybomb, threepeashooter, chomper, puffshroom, potatomine, spikeweed, scaredyshroom, squash, scaredyshroom, jalapeno, sunShroom, iceShroom, hypnoShroom. * implement zombies: zombie, flagzombie, coneheadzombie, bucketheadzombie, newspaperzombie. * use json file to store level data (e.g.position and time of zombies, background info) * support to select plant cards at the beginning of the level -* support night level, moving card select level and wallnut bowling level +* support day level, night level, moving card select level and wallnut bowling level # Requirement * Python 3.7