登录
首页 » Java » 小游戏源码

小游戏源码

于 2020-10-02 发布
0 99
下载积分: 1 下载次数: 0

代码说明:

说明:  飞机大战 首先对这个游戏分析,在屏幕上的物体都是飞行物,我们可以把建一个类,让其他飞行物继承这个类.游戏中应有英雄机(也就是自己控制的飞机)、敌人。而敌人应该分为打死给分的飞机(就是普通飞机),另一种就是打死有奖励的敌人。他们都应该是飞行物的子类,我们也可以为普通飞机和给奖励的敌人设一个接口让他们去实现接口,这样有利于以后的扩展,我在这里给的简化版的飞机大战,主要是为了让大家了解面向对象。(First of all, analyze the game. The objects on the screen are flying objects. We can build a class and let other flying objects inherit this class. There should be hero planes (i.e., planes controlled by ourselves) and enemies in the game. And the enemy should be divided into killing the aircraft (that is, ordinary aircraft), the other is to kill the enemy with reward. They should be subclasses of flying objects. We can also set an interface for ordinary aircraft and reward enemies to implement the interface, which is conducive to future expansion. The simplified version of aircraft War I gave here is mainly to let you understand object-oriented.)

文件列表:

Shoot\.classpath, 301 , 2019-11-25
Shoot\.project, 381 , 2019-11-25
Shoot\.settings\org.eclipse.core.resources.prefs, 57 , 2019-11-25
Shoot\.settings\org.eclipse.jdt.core.prefs, 598 , 2019-11-25
Shoot\bin\cn\tedu\shoot\Airplane.class, 1049 , 2019-11-28
Shoot\bin\cn\tedu\shoot\airplane.png, 3575 , 2019-11-25
Shoot\bin\cn\tedu\shoot\Aoo.class, 357 , 2019-11-28
Shoot\bin\cn\tedu\shoot\Award.class, 212 , 2019-11-28
Shoot\bin\cn\tedu\shoot\background.png, 26709 , 2019-11-25
Shoot\bin\cn\tedu\shoot\Bee.class, 1186 , 2019-11-28
Shoot\bin\cn\tedu\shoot\bee.png, 6405 , 2019-11-25
Shoot\bin\cn\tedu\shoot\Boo.class, 268 , 2019-11-28
Shoot\bin\cn\tedu\shoot\Bullet.class, 856 , 2019-11-28
Shoot\bin\cn\tedu\shoot\bullet.png, 408 , 2019-11-25
Shoot\bin\cn\tedu\shoot\Enemy.class, 130 , 2019-11-28
Shoot\bin\cn\tedu\shoot\FlyingObject.class, 882 , 2019-11-28
Shoot\bin\cn\tedu\shoot\gameover.png, 20220 , 2019-11-25
Shoot\bin\cn\tedu\shoot\Hero.class, 2302 , 2019-11-28
Shoot\bin\cn\tedu\shoot\hero0.png, 12280 , 2019-11-25
Shoot\bin\cn\tedu\shoot\hero1.png, 16243 , 2019-11-25
Shoot\bin\cn\tedu\shoot\pause.png, 14902 , 2019-11-25
Shoot\bin\cn\tedu\shoot\ShootGame$1.class, 1811 , 2019-11-28
Shoot\bin\cn\tedu\shoot\ShootGame$2.class, 925 , 2019-11-28
Shoot\bin\cn\tedu\shoot\ShootGame.class, 8482 , 2019-11-28
Shoot\bin\cn\tedu\shoot\start.png, 43132 , 2019-11-25
Shoot\bin\cn\tedu\shoot\Test.class, 448 , 2019-11-28
Shoot\src\cn\tedu\shoot\Airplane.java, 896 , 2019-11-25
Shoot\src\cn\tedu\shoot\airplane.png, 3575 , 2019-11-25
Shoot\src\cn\tedu\shoot\Award.java, 204 , 2019-11-25
Shoot\src\cn\tedu\shoot\background.png, 26709 , 2019-11-25
Shoot\src\cn\tedu\shoot\Bee.java, 1324 , 2019-11-25
Shoot\src\cn\tedu\shoot\bee.png, 6405 , 2019-11-25
Shoot\src\cn\tedu\shoot\Bullet.java, 642 , 2019-11-25
Shoot\src\cn\tedu\shoot\bullet.png, 408 , 2019-11-25
Shoot\src\cn\tedu\shoot\Enemy.java, 112 , 2019-11-25
Shoot\src\cn\tedu\shoot\FlyingObject.java, 915 , 2019-11-25
Shoot\src\cn\tedu\shoot\gameover.png, 20220 , 2019-11-25
Shoot\src\cn\tedu\shoot\Hero.java, 3252 , 2019-11-25
Shoot\src\cn\tedu\shoot\hero0.png, 12280 , 2019-11-25
Shoot\src\cn\tedu\shoot\hero1.png, 16243 , 2019-11-25
Shoot\src\cn\tedu\shoot\pause.png, 14902 , 2019-11-25
Shoot\src\cn\tedu\shoot\ShootGame.java, 12272 , 2019-11-25
Shoot\src\cn\tedu\shoot\start.png, 43132 , 2019-11-25
Shoot\src\cn\tedu\shoot\Test.java, 1082 , 2019-11-25
Shoot\bin\cn\tedu\shoot, 0 , 2019-11-28
Shoot\src\cn\tedu\shoot, 0 , 2019-11-25
Shoot\bin\cn\tedu, 0 , 2019-11-28
Shoot\src\cn\tedu, 0 , 2019-11-25
Shoot\bin\cn, 0 , 2019-11-28
Shoot\src\cn, 0 , 2019-11-25
Shoot\.settings, 0 , 2019-11-25
Shoot\bin, 0 , 2019-11-28
Shoot\src, 0 , 2019-11-27
Shoot, 0 , 2019-11-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • shanzhaiqq
    模仿qq程序做的一个简单c/s应用系统,具有服务器程序,和客户端程序等模块,实现简单的聊天功能,程序不太完善,望有兴趣的加以完善,可以让初学java的人了解庞大程序的编程思想。编程工具netbean+mysql完成。(Imitate qq program to do a simple c/s application system with the server program, and client programs and other modules, to achieve a simple chat feature, the program is not perfect, hope to be improved are interested, you can let people know about the huge beginner java programming ideas program. Programming Tools netbean+ mysql complete.)
    2014-10-29 13:51:07下载
    积分:1
  • DxUtil
    check Verify Exception Source Code for Andriod.
    2013-12-02 14:15:02下载
    积分:1
  • JavaEE-JSPChatPrj
    简单的javaee写的聊天室功能,内容很简单。很适合初学者。大家可以看看。(Javaee write simple chat room function, which is very simple. It is suitable for beginners. We can look at.)
    2013-11-27 09:34:03下载
    积分:1
  • Currency
    This class represents a currency as identified in the ISO 4217 currency codes.
    2013-12-19 11:08:51下载
    积分:1
  • 图书馆管理系统javaweb(含数据库脚本)
    tomcat7 eclipse jdk1.8 包含数据库,可以企鹅号咨询调试962175998【核心代码】
    2019-12-06下载
    积分:1
  • ProfilerProcessor
    @fileoverview Profiler processor is used to process log file produced by V8 and produce an internal profile representation which is used for building profile views in "Profiles" tab.
    2014-01-12 09:26:30下载
    积分:1
  • itext
    itext2.07 转PDF、itext API 、java+用iText生成Word文件、中文帮助文档( itext2.07 turn PDF, itext API, java+ generated Word file using iText, Chinese help documentation)
    2020-11-14 12:09:43下载
    积分:1
  • ch06_3
    JAVA 文件操作 包括文件的复制 创建文件 显示文件等等操作(JAVA file copy file to create the file display file etc.)
    2014-04-14 17:44:06下载
    积分:1
  • pachong
    说明:  java的一个爬虫抓取物流信息的小demo,本demo测试抓取快递100的物流轨迹信息(Java crawler to grab logistics information of the small demo, this demo test to grab express 100 logistics trajectory information)
    2020-06-23 08:20:02下载
    积分:1
  • net
    tcp和udp的连接,java socket/swing聊天系统(tcp and udp connections, java socket/swing chat system)
    2010-07-26 14:03:06下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载