# plane_ware **Repository Path**: yuanboyang/plane_ware ## Basic Information - **Project Name**: plane_ware - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-19 - **Last Updated**: 2026-04-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Plane War 基于 `Python 3.14` 与 `pygame-ce` 的飞机大战小游戏项目骨架。 ## 安装依赖 ```bash pip install -r requirements.txt ``` ## 启动游戏 ```bash python -m plane_war.main ``` ## 当前已实现 - 主菜单 - 游戏主循环 - 玩家移动与射击 - 三类敌机 - 碰撞检测 - 分数与最高分保存 - 暂停与游戏结束界面 ## 操作说明 - `W / A / S / D` 或方向键:移动 - `Space`:射击 - `P` 或 `Esc`:暂停 / 恢复 - `Enter`:开始 / 重新开始 - `Q`:在结束界面返回主菜单