• 大小: 4.15 KB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-08-13
  • 语言: 其他
  • 标签: 飞机游戏  plane  

资源简介

这是一个不错的飞机游戏,可供学飞之用。是初学者很能学会的一个游戏.

资源截图

代码片段和文件信息

 
package planeGame;
public class Bullet {
public int bx; //子弹的横坐标
public int by; //子弹的纵坐标
public int bstep; //子弹移动速度
public Bullet(int bxint byint bstep){
this.bx=bx;
this.by=by;
this.bstep=bstep;
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        245  2008-11-11 12:15  planeGame\Bullet.java

     文件        252  2008-11-11 12:15  planeGame\Bullet2.java

     文件        188  2008-11-11 12:15  planeGame\dddd.java

     文件        169  2008-11-11 12:15  planeGame\Explode.java

     文件      12283  2008-11-11 14:09  planeGame\Plane2Can.java

     文件        651  2008-11-11 12:15  planeGame\Plane2MID.java

     目录          0  2008-11-12 17:55  planeGame

----------- ---------  ---------- -----  ----

                13788                    7


评论

共有 条评论