From c24273658d20444cbf87beb4ba3dc4d425b2a8b1 Mon Sep 17 00:00:00 2001 From: marblexu <47616581+marblexu@users.noreply.github.com> Date: Fri, 13 Sep 2019 22:46:34 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bf855e..877ce8a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PythonPlantsVsZombies a simple PlantsVsZombies game -* implement plants: sunflower, peashooter, wallnut, snowpeashooter, cherrybomb +* implement plants: sunflower, peashooter, wallnut, snowpeashooter, cherrybomb, threepeashooter * implement zombies: zombie, flagzombie, coneheadzombie, bucketheadzombie * use json file to store level data (e.g.position and time of zombies, background info)