# plane_war **Repository Path**: peng20/plane_war ## Basic Information - **Project Name**: plane_war - **Description**: 基础Python飞机作战游戏 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-16 - **Last Updated**: 2023-09-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # plane_war #### 介绍 基础Python飞机作战小游戏 #### 软件架构 1. main.py 为主函数 2. sprites 为精灵类,包含敌机精灵、子弹精灵、补给包、英雄精灵 #### 安装教程 git clone https://gitee.com/peng20/CoinFlip.git #### 使用说明 下载后运行main.py文件即可 ### 实现功能 利用python中的pygame模块实现飞机作战的基本功能,可控制英雄的上下左右移动,背景图片的滚动播放实现飞机向前移动,实现敌机的爆炸效果,英雄可领取补给包实现子弹的改变。