# 飞机大战 **Repository Path**: LovelyHzz/java ## Basic Information - **Project Name**: 飞机大战 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-06 - **Last Updated**: 2021-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: 飞机大战, 面向对象, 接口, 多态, Java ## README # JavaAircraftBattle 利用java面向对象思想,穿插一些,读取图片和定时器,做一个飞机大战小游戏 ## 启动画面 ![启动](https://images.gitee.com/uploads/images/2021/0910/231004_8f62ce24_8254421.png "start.png") ## 运行画面 ![运行](https://images.gitee.com/uploads/images/2021/0910/231050_9b3c2d31_8254421.png "running.png") ## 停止画面 ![停止](https://images.gitee.com/uploads/images/2021/0910/231103_c1bcea2a_8254421.png "pause.png") ## 结束画面 ![结束](https://images.gitee.com/uploads/images/2021/0910/231120_b5cf2b91_8254421.png "gameover.png") ## 敌人和英雄机或子弹碰撞判定 ![敌人和英雄机或子弹碰撞判定](https://images.gitee.com/uploads/images/2021/0910/231132_8ac5dee9_8254421.png "敌人和英雄机或子弹碰撞判定.png")