zhangcongyu_branch
marblexu 6 years ago
commit de6295084a

@ -1,5 +1,6 @@
# PythonPlantsVsZombies # PythonPlantsVsZombies
a simple PlantsVsZombies game a simple PlantsVsZombies game.
It's just for 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. * implement plants: sunflower, peashooter, wallnut, snowpeashooter, cherrybomb, threepeashooter, chomper, puffshroom, potatomine, spikeweed, scaredyshroom, squash, scaredyshroom, jalapeno, sunShroom, iceShroom.
* implement zombies: zombie, flagzombie, coneheadzombie, bucketheadzombie, newspaperzombie. * implement zombies: zombie, flagzombie, coneheadzombie, bucketheadzombie, newspaperzombie.
* use json file to store level data (e.g.position and time of zombies, background info) * use json file to store level data (e.g.position and time of zombies, background info)
@ -7,7 +8,8 @@ a simple PlantsVsZombies game
* support night level * support night level
# Requirement # Requirement
* Python 3.7 * Python 3.7
* Notice: python version 3.7 is advisable, but not required. For LINUX: if your Linux system has a preinstalled python 3+, it's ok to run this game. Updating to python 3.7 directly may break LINUX Mint.
* Python-Pygame 1.9 * Python-Pygame 1.9
# How To Start Game # How To Start Game

Loading…
Cancel
Save