# 植物大战僵尸 **Repository Path**: coderyumo/plants-vs.-zombies ## Basic Information - **Project Name**: 植物大战僵尸 - **Description**: 经典塔防游戏——植物大战僵尸 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 0 - **Created**: 2025-05-14 - **Last Updated**: 2026-05-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: 塔防, 经典, Python ## README ### **植物大战僵尸** **_普通按钮的控制结构_** ```python if self.button_switch[5] == 1: self.button_switch[5] = 0 self.state = "await" else: self.button_switch[5] = 1 ```