下载资源后端资源详情
plane_wars.zip
资源来源:本地上传资源
文件类型:ZIP
大小:98.1MB
评分:
5.0
上传者:m0_53267864
更新日期:2024-06-29

基于Java编写的飞机大战小游戏

资源文件列表(大概)

文件名
大小
plane_wars/.gitignore
344B
plane_wars/.idea/
-
plane_wars/.idea/.gitignore
190B
plane_wars/.idea/compiler.xml
168B
plane_wars/.idea/misc.xml
273B
plane_wars/.idea/modules.xml
267B
plane_wars/.idea/uiDesigner.xml
8.71KB
plane_wars/.idea/workspace.xml
5.07KB
plane_wars/out/
-
plane_wars/out/production/
-
plane_wars/out/production/plane_wars/
-
plane_wars/out/production/plane_wars/com/
-
plane_wars/out/production/plane_wars/com/neutech/
-
plane_wars/out/production/plane_wars/com/neutech/base/
-
plane_wars/out/production/plane_wars/com/neutech/base/Checkpoint.class
1.91KB
plane_wars/out/production/plane_wars/com/neutech/base/Constant.class
658B
plane_wars/out/production/plane_wars/com/neutech/base/Drawable.class
154B
plane_wars/out/production/plane_wars/com/neutech/base/Fire.class
127B
plane_wars/out/production/plane_wars/com/neutech/base/GameFrame$1.class
813B
plane_wars/out/production/plane_wars/com/neutech/base/GameFrame$2.class
718B
plane_wars/out/production/plane_wars/com/neutech/base/GameFrame$3.class
1.01KB
plane_wars/out/production/plane_wars/com/neutech/base/GameFrame.class
4.77KB
plane_wars/out/production/plane_wars/com/neutech/base/Movable.class
133B
plane_wars/out/production/plane_wars/com/neutech/base/Sprite.class
1.29KB
plane_wars/out/production/plane_wars/com/neutech/img/
-
plane_wars/out/production/plane_wars/com/neutech/img/bullet1.png
4.51KB
plane_wars/out/production/plane_wars/com/neutech/img/bullet2.png
4.66KB
plane_wars/out/production/plane_wars/com/neutech/img/eff1.png
71.96KB
plane_wars/out/production/plane_wars/com/neutech/img/eff2.png
89.03KB
plane_wars/out/production/plane_wars/com/neutech/img/explode1.png
2.58KB
plane_wars/out/production/plane_wars/com/neutech/img/explode2.png
5.78KB
plane_wars/out/production/plane_wars/com/neutech/img/explode3.png
13.13KB
plane_wars/out/production/plane_wars/com/neutech/img/explode4.png
18.46KB
plane_wars/out/production/plane_wars/com/neutech/img/explode5.png
17.88KB
plane_wars/out/production/plane_wars/com/neutech/img/explode6.png
13.14KB
plane_wars/out/production/plane_wars/com/neutech/img/explode7.png
8.03KB
plane_wars/out/production/plane_wars/com/neutech/img/explode8.png
4.64KB
plane_wars/out/production/plane_wars/com/neutech/img/game_over.png
325.32KB
plane_wars/out/production/plane_wars/com/neutech/img/hero.png
18.64KB
plane_wars/out/production/plane_wars/com/neutech/img/img.png
221.33KB
plane_wars/out/production/plane_wars/com/neutech/img/img_bg_level_1.jpg
387.79KB
plane_wars/out/production/plane_wars/com/neutech/img/img_bg_level_2.jpg
189.8KB
plane_wars/out/production/plane_wars/com/neutech/img/img_bg_level_3.jpg
357.93KB
plane_wars/out/production/plane_wars/com/neutech/img/img_bg_level_4.jpg
55.08KB
plane_wars/out/production/plane_wars/com/neutech/img/img_bg_level_5.jpg
74.1KB
plane_wars/out/production/plane_wars/com/neutech/img/img_plane1.png
5.94KB
plane_wars/out/production/plane_wars/com/neutech/img/img_plane2.png
5.95KB
plane_wars/out/production/plane_wars/com/neutech/img/img_plane3.png
5.91KB
plane_wars/out/production/plane_wars/com/neutech/img/img_plane4.png
5.47KB
plane_wars/out/production/plane_wars/com/neutech/music/
-
plane_wars/out/production/plane_wars/com/neutech/music/bg.wav
50.61MB
plane_wars/out/production/plane_wars/com/neutech/runtime/
-
plane_wars/out/production/plane_wars/com/neutech/runtime/Blood.class
1.13KB
plane_wars/out/production/plane_wars/com/neutech/runtime/Enemy.class
2.52KB
plane_wars/out/production/plane_wars/com/neutech/runtime/EnemyBullet.class
1.68KB
plane_wars/out/production/plane_wars/com/neutech/runtime/Explode.class
1.89KB
plane_wars/out/production/plane_wars/com/neutech/runtime/GameOver.class
1.08KB
plane_wars/out/production/plane_wars/com/neutech/runtime/Map.class
1.49KB
plane_wars/out/production/plane_wars/com/neutech/runtime/Plane.class
2.64KB
plane_wars/out/production/plane_wars/com/neutech/runtime/PlaneBullet.class
1.66KB
plane_wars/out/production/plane_wars/com/neutech/runtime/Score.class
2.39KB
plane_wars/out/production/plane_wars/com/neutech/start.class
1.25KB
plane_wars/out/production/plane_wars/com/neutech/util/
-
plane_wars/out/production/plane_wars/com/neutech/util/Map/
-
plane_wars/out/production/plane_wars/com/neutech/util/Map/DisposeLevel.class
1.18KB
plane_wars/out/production/plane_wars/com/neutech/util/Map/ImageUtils.class
2.29KB
plane_wars/plane_wars.iml
433B
plane_wars/src/
-
plane_wars/src/com/
-
plane_wars/src/com/neutech/
-
plane_wars/src/com/neutech/base/
-
plane_wars/src/com/neutech/base/Checkpoint.java
1.22KB
plane_wars/src/com/neutech/base/Constant.java
656B
plane_wars/src/com/neutech/base/Drawable.java
124B
plane_wars/src/com/neutech/base/Fire.java
82B
plane_wars/src/com/neutech/base/GameFrame.java
6.02KB
plane_wars/src/com/neutech/base/Movable.java
78B
plane_wars/src/com/neutech/base/Sprite.java
1018B
plane_wars/src/com/neutech/img/
-
plane_wars/src/com/neutech/img/bullet1.png
4.51KB
plane_wars/src/com/neutech/img/bullet2.png
4.66KB
plane_wars/src/com/neutech/img/eff1.png
71.96KB
plane_wars/src/com/neutech/img/eff2.png
89.03KB
plane_wars/src/com/neutech/img/explode1.png
2.58KB
plane_wars/src/com/neutech/img/explode2.png
5.78KB
plane_wars/src/com/neutech/img/explode3.png
13.13KB
plane_wars/src/com/neutech/img/explode4.png
18.46KB
plane_wars/src/com/neutech/img/explode5.png
17.88KB
plane_wars/src/com/neutech/img/explode6.png
13.14KB
plane_wars/src/com/neutech/img/explode7.png
8.03KB
plane_wars/src/com/neutech/img/explode8.png
4.64KB
plane_wars/src/com/neutech/img/game_over.png
325.32KB
plane_wars/src/com/neutech/img/hero.png
18.64KB
plane_wars/src/com/neutech/img/img.png
221.33KB
plane_wars/src/com/neutech/img/img_bg_level_1.jpg
387.79KB
plane_wars/src/com/neutech/img/img_bg_level_2.jpg
189.8KB
plane_wars/src/com/neutech/img/img_bg_level_3.jpg
357.93KB
plane_wars/src/com/neutech/img/img_bg_level_4.jpg
55.08KB
plane_wars/src/com/neutech/img/img_bg_level_5.jpg
74.1KB
plane_wars/src/com/neutech/img/img_plane1.png
5.94KB
plane_wars/src/com/neutech/img/img_plane2.png
5.95KB
plane_wars/src/com/neutech/img/img_plane3.png
5.91KB
plane_wars/src/com/neutech/img/img_plane4.png
5.47KB
plane_wars/src/com/neutech/music/
-
plane_wars/src/com/neutech/music/bg.wav
50.61MB
plane_wars/src/com/neutech/runtime/
-
plane_wars/src/com/neutech/runtime/Blood.java
740B
plane_wars/src/com/neutech/runtime/Enemy.java
1.54KB
plane_wars/src/com/neutech/runtime/EnemyBullet.java
1.17KB
plane_wars/src/com/neutech/runtime/Explode.java
1.14KB
plane_wars/src/com/neutech/runtime/GameOver.java
703B
plane_wars/src/com/neutech/runtime/Map.java
1018B
plane_wars/src/com/neutech/runtime/Plane.java
3.19KB
plane_wars/src/com/neutech/runtime/PlaneBullet.java
1.08KB
plane_wars/src/com/neutech/runtime/Score.java
1.53KB
plane_wars/src/com/neutech/start.java
683B
plane_wars/src/com/neutech/util/
-
plane_wars/src/com/neutech/util/Map/
-
plane_wars/src/com/neutech/util/Map/DisposeLevel.java
625B
plane_wars/src/com/neutech/util/Map/ImageUtils.java
1.55KB

资源内容介绍

基于Java编写的飞机大战小游戏

用户评论 (0)

相关资源

中小企业设备管理系统 JAVA+Vue.js+SpringBoot+MySQL

基于Vue.js和SpringBoot的中小企业设备管理系统,分为管理后台和用户网页端,可以给管理员、员工角色使用,包括设备信息、配件信息、配件购买、设备点检、设备润滑、设备改造模块和系统基础模块,项目编号T097。项目录屏:https://www.bilibili.com/video/BV1Bx421y7Th启动教程:https://www.bilibili.com/video/BV1pW4y1P7GR项目讲解视频:https://space.bilibili.com/417412814/channel/collectiondetail?sid=2242844

18.87MB14金币

学生评奖评优管理系统 JAVA+Vue.js+SpringBoot+MySQL

基于Vue.js和SpringBoot的学生评奖评优管理系统,分为管理后台和用户网页端,可以给管理员、教师角色使用,包括院系信息、班级信息、学生成绩、奖学金申请、纪律通报模块和系统基础模块,项目编号T096。项目录屏:https://www.bilibili.com/video/BV1nZ421a7zR启动教程:https://www.bilibili.com/video/BV1pW4y1P7GR项目讲解视频:https://space.bilibili.com/417412814/channel/collectiondetail?sid=2242844

41.14MB12金币

webase学习资料,第一精华

webase学习资料,第一精华

414.14KB15金币

植物健康系统 JAVA+Vue.js+SpringBoot+MySQL

基于Vue.js和SpringBoot的植物健康系统,分为管理后台和用户网页端,可以给管理员、普通用户使用,包括植物信息、疾病案例、技术方案、救治材料、健康论坛、材料科目模块和系统基础模块,项目编号T095。项目录屏:https://www.bilibili.com/video/BV1pm411X7Kc启动教程:https://www.bilibili.com/video/BV1pW4y1P7GR项目讲解视频:https://space.bilibili.com/417412814/channel/collectiondetail?sid=2242844

37.19MB20金币

论坛网站系统 JAVA+Vue.js+SpringBoot+MySQL

基于Vue.js和SpringBoot的论坛网站系统,分为管理后台和用户网页端,可以给管理员、普通用户使用,包括用户管理模块、论坛类别模块、交流论坛模块和系统基础模块,项目编号T094。项目录屏:https://www.bilibili.com/video/BV1Mp421d75Q启动教程:https://www.bilibili.com/video/BV1pW4y1P7GR项目讲解视频:https://space.bilibili.com/417412814/channel/collectiondetail?sid=2242844

33.84MB25金币

靓车汽车销售网站 JAVA+Vue.js+SpringBoot+MySQL

基于Vue.js和SpringBoot的靓车汽车销售网站,分为管理后台和用户网页端,可以给管理员、普通用户使用,包括车辆品牌、车辆型号、维修材料、车辆订单、用户留言模块和系统基础模块,项目编号T093。项目录屏:https://www.bilibili.com/video/BV18p421d7zv启动教程:https://www.bilibili.com/video/BV1pW4y1P7GR项目讲解视频:https://space.bilibili.com/417412814/channel/collectiondetail?sid=2242844

36.44MB16金币

在线宠物用品交易网站 JAVA+Vue.js+SpringBoot+MySQL

基于Vue.js和SpringBoot的在线宠物用品交易网站,分为管理后台和用户网页端,可以给管理员、普通用户使用,包括商品分类模块、商品品牌模块、商品信息模块、商品订单模块和系统基础模块,项目编号T092。项目录屏:https://www.bilibili.com/video/BV1P2421w79b启动教程:https://www.bilibili.com/video/BV1pW4y1P7GR项目讲解视频:https://space.bilibili.com/417412814/channel/collectiondetail?sid=2242844

37.18MB14金币

房屋租赁管理系统 JAVA+Vue.js+SpringBoot+MySQL

基于Vue.js和SpringBoot的房屋租赁管理系统,分为管理后台和用户网页端,可以给管理员、普通用户、屋主使用,包括房屋信息模块、租用订单模块、保洁安保模块、屋主管理模块和系统基础模块,项目编号T091。项目录屏:https://www.bilibili.com/video/BV1UC411s78t启动教程:https://www.bilibili.com/video/BV1pW4y1P7GR项目讲解视频:https://space.bilibili.com/417412814/channel/collectiondetail?sid=2242844

27.18MB15金币

Java 迷你购物系统 客户管理控制台程序

随着我国经济水平的持续发展,信息化也在不断发展。重庆无忧网络科技有限公司开发的迷你青春购物系统是一个功能完善、展示信息丰富的电子商务销售平台。该购物中心常常推出各种购物活动,深受广大消费者的喜爱。为了更好地经营和管理商品信息,我们特意开发此系统。该系统具备完整的专业购物功能、界面简介、操作简单,您不需懂得太多的计算机知识也能轻松使用。此购物管理系统包括如下功能:1、客户管理显示所有客户信息添加客户信息修改客户信息删除客户信息返回上一级菜单字段名称数据类型说明customerIdint客户编号,主键,自动增长customerNovarchar(20)会员号,非空,不能重复customerNamevarchar(20)客户名称,非空customerPwdvarchar(20)客户密码,非空,密码长度大于6位balancefloat余额,大于等于0scoreint积分,大于等于0emailvarchar(50)电子邮件phonevarchar(20)联系电话addressvarchar(100)家庭地址rem

10.13MB21金币

windows系统配置nginx,实现对文件的读取

windows系统配置nginx,实现对文件的读取windows系统配置nginx,实现对文件的读取windows系统配置nginx,实现对文件的读取windows系统配置nginx,实现对文件的读取windows系统配置nginx,实现对文件的读取windows系统配置nginx,实现对文件的读取windows系统配置nginx,实现对文件的读取

10.27MB14金币

layui框架包 chinaparty

layui框架包 chinaparty

8.05MB16金币

JAVA+Springboot框架在线购物商城 毕业设计开题答辩PPT

2024.09.10—2024.10.15 查看大量的文献,收集课题有关资料,确定论文选题;2024.10.16—2024.10.30 在老师的指导下,填写毕业论文任务书;2024.10.31—2024.11.15 大量收集论文资料,理清论文思路,对论文思路进行完善。2024.11.16—2024.12.22 完成开题报告答辩;2024.12.23—2024.12.27 根据指导老师提出的建议再进行修改,完善系统功能设计2024.12.28—2025.04.10 在查阅大量文献之后,运用多种研究方案,完成系统开发并基本完成论文初稿。2025.04.01—2025.04.15 将初稿完善交由导师审阅,提出修改建议。2025.04.16—2025.05.14 在导师指导下,对论文进行反复修改形成终稿,装订成册上交学院,同时为毕业论文答辩做准备工作2025.05.15 进行毕业论文答辩

322.85KB29金币