• 大小: 3.43MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-03
  • 语言: Java
  • 标签: java游戏  飞机大战  

资源简介

更多游戏见博客http://blog.csdn.net/simon_world

资源截图

代码片段和文件信息

package com.beancore;

import com.beancore.ui.Mainframe;

public class Main {
    public static void main(String args[]) throws InterruptedException {
Mainframe mainframe;
try {
    mainframe = new Mainframe();
    mainframe.loadGame();
} catch (Exception e) {
    e.printStackTrace();
}

    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2014-12-07 21:26  plane\
     文件         301  2013-09-14 12:32  plane\.classpath
     文件         383  2013-09-14 12:32  plane\.project
     目录           0  2014-12-07 21:26  plane\.settings\
     文件         629  2013-09-14 12:32  plane\.settings\org.eclipse.jdt.core.prefs
     目录           0  2014-12-07 21:26  plane\bin\
     目录           0  2014-12-07 21:26  plane\bin\com\
     目录           0  2014-12-07 21:26  plane\bin\com\beancore\
     目录           0  2014-12-07 21:26  plane\bin\com\beancore\config\
     文件        1036  2014-12-07 21:23  plane\bin\com\beancore\config\BulletType.class
     文件        1091  2014-12-07 21:23  plane\bin\com\beancore\config\CatchableWeaponType.class
     文件        4004  2014-12-07 21:23  plane\bin\com\beancore\config\Config.class
     文件        1131  2014-12-07 21:23  plane\bin\com\beancore\config\EnemyPlaneType.class
     文件        6985  2014-12-07 21:23  plane\bin\com\beancore\config\ImageConstants.class
     目录           0  2014-12-07 21:26  plane\bin\com\beancore\entity\
     文件         739  2014-12-07 21:23  plane\bin\com\beancore\entity\BigPlane$DrawFighting.class
     文件         731  2014-12-07 21:23  plane\bin\com\beancore\entity\BigPlane$DrawKilled.class
     文件        2038  2014-12-07 21:23  plane\bin\com\beancore\entity\BigPlane.class
     文件         510  2014-12-07 21:23  plane\bin\com\beancore\entity\Bomb.class
     文件         745  2014-12-07 21:23  plane\bin\com\beancore\entity\BossPlane$DrawFighting.class
     文件         737  2014-12-07 21:23  plane\bin\com\beancore\entity\BossPlane$DrawKilled.class
     文件        2059  2014-12-07 21:23  plane\bin\com\beancore\entity\BossPlane.class
     文件        4645  2014-12-07 21:23  plane\bin\com\beancore\entity\Bullet.class
     文件        3462  2014-12-07 21:23  plane\bin\com\beancore\entity\CatchableWeapon.class
     文件         531  2014-12-07 21:23  plane\bin\com\beancore\entity\DoubleLaser.class
     文件        4056  2014-12-07 21:23  plane\bin\com\beancore\entity\EnemyPlane.class
     文件         916  2014-12-07 21:23  plane\bin\com\beancore\entity\MyPlane$LauchBulletThread.class
     文件        5449  2014-12-07 21:23  plane\bin\com\beancore\entity\MyPlane.class
     文件        2008  2014-12-07 21:23  plane\bin\com\beancore\entity\Score.class
     文件         719  2014-12-07 21:23  plane\bin\com\beancore\entity\SmallPlane$DrawFighting.class
     文件         713  2014-12-07 21:23  plane\bin\com\beancore\entity\SmallPlane$DrawKilled.class
............此处省略89个文件信息

评论

共有 条评论