登录
首页 » Java » PlaneGame0.4

PlaneGame0.4

于 2020-06-16 发布 文件大小:215KB
0 156
下载积分: 1 下载次数: 0

代码说明:

  用JAVA编写的简单的飞机飞行类小游戏,躲避界面内的小球(Simple flight games written in Java to avoid small balls in the interface.)

文件列表:

PlaneGame0.4, 0 , 2019-08-13
PlaneGame0.4\.classpath, 328 , 2019-08-12
PlaneGame0.4\.project, 388 , 2019-08-12
PlaneGame0.4\bin, 0 , 2019-08-13
PlaneGame0.4\bin\cn, 0 , 2019-08-12
PlaneGame0.4\bin\cn\sxt, 0 , 2019-08-12
PlaneGame0.4\bin\cn\sxt\game, 0 , 2019-08-13
PlaneGame0.4\bin\cn\sxt\game\Constant.class, 357 , 2019-08-13
PlaneGame0.4\bin\cn\sxt\game\GameObject.class, 1227 , 2019-08-13
PlaneGame0.4\bin\cn\sxt\game\GameUtil.class, 990 , 2019-08-12
PlaneGame0.4\bin\cn\sxt\game\MyGameFrame$1.class, 721 , 2019-08-13
PlaneGame0.4\bin\cn\sxt\game\MyGameFrame$KeyMonitor.class, 865 , 2019-08-13
PlaneGame0.4\bin\cn\sxt\game\MyGameFrame$PaintThread.class, 800 , 2019-08-13
PlaneGame0.4\bin\cn\sxt\game\MyGameFrame.class, 2678 , 2019-08-13
PlaneGame0.4\bin\cn\sxt\game\Plane.class, 1684 , 2019-08-13
PlaneGame0.4\bin\cn\sxt\game\Shell.class, 1149 , 2019-08-13
PlaneGame0.4\bin\images, 0 , 2019-08-12
PlaneGame0.4\bin\images\bg.png, 65055 , 2019-07-19
PlaneGame0.4\bin\images\plane.png, 916 , 2019-07-19
PlaneGame0.4\src, 0 , 2019-08-13
PlaneGame0.4\src\cn, 0 , 2019-08-12
PlaneGame0.4\src\cn\sxt, 0 , 2019-08-12
PlaneGame0.4\src\cn\sxt\game, 0 , 2019-08-13
PlaneGame0.4\src\cn\sxt\game\Constant.java, 143 , 2019-08-13
PlaneGame0.4\src\cn\sxt\game\GameObject.java, 897 , 2019-08-13
PlaneGame0.4\src\cn\sxt\game\GameUtil.java, 671 , 2019-07-19
PlaneGame0.4\src\cn\sxt\game\MyGameFrame.java, 3038 , 2019-08-13
PlaneGame0.4\src\cn\sxt\game\Plane.java, 1467 , 2019-08-13
PlaneGame0.4\src\cn\sxt\game\Shell.java, 776 , 2019-08-13
PlaneGame0.4\src\images, 0 , 2019-08-12
PlaneGame0.4\src\images\bg.png, 65055 , 2019-07-19
PlaneGame0.4\src\images\plane.png, 916 , 2019-07-19
PlaneGame0.4\爆炸, 0 , 2019-08-13
PlaneGame0.4\爆炸\e1.gif, 477 , 2019-08-13
PlaneGame0.4\爆炸\e10.gif, 7137 , 2019-08-13
PlaneGame0.4\爆炸\e11.gif, 6856 , 2019-08-13
PlaneGame0.4\爆炸\e12.gif, 6605 , 2019-08-13
PlaneGame0.4\爆炸\e13.gif, 6060 , 2019-08-13
PlaneGame0.4\爆炸\e14.gif, 5277 , 2019-08-13
PlaneGame0.4\爆炸\e15.gif, 5045 , 2019-08-13
PlaneGame0.4\爆炸\e16.gif, 4580 , 2019-08-13
PlaneGame0.4\爆炸\e2.gif, 1542 , 2019-08-13
PlaneGame0.4\爆炸\e3.gif, 1737 , 2019-08-13
PlaneGame0.4\爆炸\e4.gif, 2768 , 2019-08-13
PlaneGame0.4\爆炸\e5.gif, 2026 , 2019-08-13
PlaneGame0.4\爆炸\e6.gif, 2060 , 2019-08-13
PlaneGame0.4\爆炸\e7.gif, 7410 , 2019-08-13
PlaneGame0.4\爆炸\e8.gif, 7287 , 2019-08-13
PlaneGame0.4\爆炸\e9.gif, 7286 , 2019-08-13

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

发表评论

0 个回复

  • TETRIS
    此文档为visual c++平台实现俄罗斯方块的部分参考代码。已经通过调试通过。(This document is visual c++ platform Tetris part reference code. Has passed through debugging.)
    2013-10-23 21:46:26下载
    积分:1
  • Guessinggame
    说明:   猜数字游戏 1.实验目的 使用if…else和循环语句解决问题。 2.实验要求 编写一个Java应用程序,实现以下功能: (1)程序随机产生一个1~100间的整数; (2)用户在输入对话框中输入自己的猜数; (3)程序根据用户猜测的数,给出提示信息,分别是:“猜大了”、“猜小了”和“猜对了”; (4)如果用户没猜对,可根据提示信息再次输入数,直到猜对为止。 (Guessing game 1. Purpose of the experiment using the if ... else statements and loops to solve the problem. 2. Experiments required to write a Java application, to achieve the following functions: (1) program to generate a random integer from 1 to 100 (2) user input dialog box, enter your own guessing (3) program the user to guess the number of given prompts, namely: &quot guess big&quot , &quot guess smaller&quot and &quot guessed it&quot (4) If the user did not guess right, can re-enter the number of reminder, until the guess on the up.)
    2010-04-27 18:42:58下载
    积分:1
  • Wumpus
    说明:  Wumpus,模拟实现Wumpus小游戏,实现了自主规划行走路径,并在界面上显示出来(Wumpus, analog to achieve Wumpus game plan to achieve a self-walking path, and displayed on the interface)
    2020-11-03 21:09:52下载
    积分:1
  • Compass
    compass俄罗斯方块是一款经典的andriod手机游戏,真正的原创源码,希望大家喜欢。(Compass Russian square is a classic andriod mobile games, true original source, hope you like them. )
    2011-07-25 12:59:20下载
    积分:1
  • MafiaScript-v2.1
    Full online RPG Mafia Script very close to MCCodes V2
    2020-11-19 15:29:38下载
    积分:1
  • java扫雷
    一个很好玩的扫雷游戏(a very fun game demining)
    2005-03-01 22:22:48下载
    积分:1
  • 别给我框框
    学VC、编游戏,从这开始(school VC, Florida, from the beginning)
    2004-09-22 20:56:34下载
    积分:1
  • tank_liu89832834
    java写的APPLET打坦克程序,上下左右方向,S发弹(written procedures APPLET attacking tanks, backed by about direction, S rounds)
    2006-05-17 20:58:30下载
    积分:1
  • Skyblue_Mine
    扫雷一只小游戏,模拟windows系统的自带游戏,用C++实现 (Mine-sweeping a smart game)
    2013-04-15 15:59:42下载
    积分:1
  • game01
    经典小游戏,包括源代码,所需资源文件和一切相关文件,和可执行exe(Classic games, including source code, the resources required documentation and all relevant documents, and executable exe)
    2009-12-02 22:41:10下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载