Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marblexu/PythonPlantsVsZombies
a simple PlantsVsZombies game
https://github.com/marblexu/PythonPlantsVsZombies
Last synced: about 2 months ago
JSON representation
a simple PlantsVsZombies game
- Host: GitHub
- URL: https://github.com/marblexu/PythonPlantsVsZombies
- Owner: marblexu
- Created: 2019-08-28T13:34:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-17T18:52:09.000Z (7 months ago)
- Last Synced: 2024-10-16T02:02:25.568Z (2 months ago)
- Language: Python
- Size: 9.84 MB
- Stars: 3,433
- Watchers: 73
- Forks: 941
- Open Issues: 46
-
Metadata Files:
- Readme: README-zh.md
Awesome Lists containing this project
- awesome - marblexu/PythonPlantsVsZombies - a simple PlantsVsZombies game (Python)
- Awesome-GitHub-Repo - PlantsVsZombies - 开源的《植物大战僵尸》。[<img src="https://tva1.sinaimg.cn/large/008i3skNly1gxlhtmg11mj305k05k746.jpg" alt="微信" width="18px" height="18px" />](https://mp.weixin.qq.com/s?__biz=MzUxNjg4NDEzNA%3D%3D&chksm=f9a1d533ced65c25d9e3c1b3410cb0ee5954efdeace0b34079cff774bad88a1840438f13a06e&idx=1&mid=2247485178&scene=21&sn=15854bb7a53aad264d2f97ce2c5818fa#wechat_redirect) (好玩项目 / 开源游戏)
README
# Python版植物大战僵尸
一个简单的植物大战僵尸游戏。
`仅供个人学习和非商业用途。如果这个游戏侵犯了版权,请告诉我。`
* 已有的植物: 向日葵, 豌豆射手, 坚果墙, 寒冰豌豆射手, 樱桃炸弹, 三向豌豆射手, 食人花, 喷射蘑菇, 土豆地雷, 杂草地刺, 胆小菇, 南瓜, 愤怒辣椒, 阳光菇, 冰冻蘑菇, 诱惑蘑菇。
* 已有的僵尸: 普通僵尸, 带队僵尸, 路锥僵尸, 水桶僵尸, 看报僵尸。
* 使用 JSON 格式的文件存储进度数据 (例如僵尸出现的位置和时间, 背景信息)。
* 支持选择植物卡片在每一关的开始。
* 支持白昼模式,夜晚模式,传送带模式和坚果保龄球模式。# 系统要求
* Python 3.7
* 注意: Python3.7是最佳运行环境,但是不是强制性要求。 对于Linux: 如果你的 Linux 有预装的 Python3+ 就可以运行了。 LINUX Mint 操作系统直接升级到 Python 3.7 有可能导致系统自带的 python 版本无法执行。
* Python-Pygame 1.9# 怎样开始游戏
$ python main.py# 怎样玩
* 使用鼠标收集阳光,收集植物卡片和植物的种子。
* 你可以通过更改 source/constants.py 中的 START_LEVEL_NUM 的数值来更改起始关卡:
* 1 和 2:白昼模式
* 3: 夜晚模式
* 4: 传送带模式
* 5: 坚果保龄球模式# 截屏
![截屏1](https://raw.githubusercontent.com/marblexu/PythonPlantsVsZombies/master/demo/demo1.jpg)
![截屏2](https://raw.githubusercontent.com/marblexu/PythonPlantsVsZombies/master/demo/demo2.jpg)
![截屏3](https://raw.githubusercontent.com/marblexu/PythonPlantsVsZombies/master/demo/demo3.jpg)