From 34f474734b9b9b20b1df65341706cb44da3a219c Mon Sep 17 00:00:00 2001 From: marblexu <47616581+marblexu@users.noreply.github.com> Date: Tue, 12 Nov 2019 10:28:35 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 877ce8a..4f20f4a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PythonPlantsVsZombies a simple PlantsVsZombies game -* implement plants: sunflower, peashooter, wallnut, snowpeashooter, cherrybomb, threepeashooter -* implement zombies: zombie, flagzombie, coneheadzombie, bucketheadzombie +* implement plants: sunflower, peashooter, wallnut, snowpeashooter, cherrybomb, threepeashooter, chomper, puffshroom, potatomine. +* implement zombies: zombie, flagzombie, coneheadzombie, bucketheadzombie, newspaperzombie. * use json file to store level data (e.g.position and time of zombies, background info) # Requirement