# python_pz **Repository Path**: it_loong/python_pz ## Basic Information - **Project Name**: python_pz - **Description**: 这是一个基于python、pygame的植物大战僵尸游戏 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2024-06-05 - **Last Updated**: 2025-03-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # python_pz #### 介绍 这是一个基于 python、pygame 写得植物大战僵尸游戏 #### 安装教程 1. 安装 python 2. 安装 pygame #### 安装 pyinstaller pip install pyinstaller #### 打包 pyinstaller main.py -p const.py -p data.object.py -p game.py -p image.py -p objectbase.py -p peabullet.py -p peashooter.py -p sunflower.py -p sunlight.py -p zombiebase.py