Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README v2.md #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# PythonPlantsVsZombies
A simple PlantsVsZombies game. <br>
`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 day level, night level, moving card select level and wallnut bowling level
* 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 day level, night level, moving card select level and wallnut bowling level

# Requirement
* Python 3.7
* Python 3.7 or above
* 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 or above

# How To Start Game
$ python main.py

# How to Play
* use mouse to collect sun, select the plant cards and seed the plant
* use left mouse button(LMB) 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
Expand Down