首页

java 飞机大战 小游戏源码

java

2020-8-24

飞机大战 首先对这个游戏分析,在屏幕上的物体都是飞行物,我们可以把建一个类,让其他飞行物继承这个类.游戏中应有英雄机(也就是自己控制的飞机)、敌人。而敌人应该分为打死给分的飞机(就是普通飞机),另一种就是打死有奖励的敌人。他们都应该是飞行物的子类,我们也可以为普通飞机和给奖励的敌人设一个接口让他们去实现接口,这样有利于以后的扩展,我在这里给的简化版的飞机大战,主要是为了让大家了解面向对象。

资源下载此资源下载价格为3D币(VIP免费),请先
资源文件列表
Shoot/.classpath , 301
Shoot/.project , 381
Shoot/.settings/org.eclipse.core.resources.prefs , 57
Shoot/.settings/org.eclipse.jdt.core.prefs , 598
Shoot/bin/cn/tedu/shoot/Airplane.class , 1049
Shoot/bin/cn/tedu/shoot/airplane.png , 3575
Shoot/bin/cn/tedu/shoot/Aoo.class , 357
Shoot/bin/cn/tedu/shoot/Award.class , 212
Shoot/bin/cn/tedu/shoot/background.png , 26709
Shoot/bin/cn/tedu/shoot/Bee.class , 1186
Shoot/bin/cn/tedu/shoot/bee.png , 6405
Shoot/bin/cn/tedu/shoot/Boo.class , 268
Shoot/bin/cn/tedu/shoot/Bullet.class , 856
Shoot/bin/cn/tedu/shoot/bullet.png , 408
Shoot/bin/cn/tedu/shoot/Enemy.class , 130
Shoot/bin/cn/tedu/shoot/FlyingObject.class , 882
Shoot/bin/cn/tedu/shoot/gameover.png , 20220
Shoot/bin/cn/tedu/shoot/Hero.class , 2302
Shoot/bin/cn/tedu/shoot/hero0.png , 12280
Shoot/bin/cn/tedu/shoot/hero1.png , 16243
Shoot/bin/cn/tedu/shoot/pause.png , 14902
Shoot/bin/cn/tedu/shoot/ShootGame$1.class , 1811
Shoot/bin/cn/tedu/shoot/ShootGame$2.class , 925
Shoot/bin/cn/tedu/shoot/ShootGame.class , 8482
Shoot/bin/cn/tedu/shoot/start.png , 43132
Shoot/bin/cn/tedu/shoot/Test.class , 448
Shoot/src/cn/tedu/shoot/Airplane.java , 896
Shoot/src/cn/tedu/shoot/airplane.png , 3575
Shoot/src/cn/tedu/shoot/Award.java , 204
Shoot/src/cn/tedu/shoot/background.png , 26709
Shoot/src/cn/tedu/shoot/Bee.java , 1324
Shoot/src/cn/tedu/shoot/bee.png , 6405
Shoot/src/cn/tedu/shoot/Bullet.java , 642
Shoot/src/cn/tedu/shoot/bullet.png , 408
Shoot/src/cn/tedu/shoot/Enemy.java , 112
Shoot/src/cn/tedu/shoot/FlyingObject.java , 915
Shoot/src/cn/tedu/shoot/gameover.png , 20220
Shoot/src/cn/tedu/shoot/Hero.java , 3252
Shoot/src/cn/tedu/shoot/hero0.png , 12280
Shoot/src/cn/tedu/shoot/hero1.png , 16243
Shoot/src/cn/tedu/shoot/pause.png , 14902
Shoot/src/cn/tedu/shoot/ShootGame.java , 12272
Shoot/src/cn/tedu/shoot/start.png , 43132
Shoot/src/cn/tedu/shoot/Test.java , 1082
没有账号? 忘记密码?

社交账号快速登录