• 大小: 26.78M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-24
  • 语言: Java
  • 标签: 游戏  

资源简介


资源截图

代码片段和文件信息

/*
 * Siemens AG
 * Mobile Radio Terminals
 * Munich Germany
 * .AUTHOR      Michael Becker CT SE 2 / Sam Nova (THQ)
 * .PACKAGE GameAPI_Demo
 * .STATUS         DRAFT
 * .CHANGE_CONTROL
 * Version |  Date   | Changed by |  Reason for Change
 * 1.0     21.05.01   M.Becker file created.
 * 1.1          26.06.01 Jan Eichholz Math.randomInt removed 
*/

package GameAPI_Demo;


import javax.microedition.midlet.*;
import javax.microedition.lcdui.*;

import com.siemens.mp.game.*;


/**
 * Class declaration
 *
 */
public class GameAPI_Demo extends MIDlet implements CommandListener {

    static java.util.Random rand = new java.util.Random();

protected static final String       OK_COMMAND_LABEL = “ok“
EXIT_COMMAND_LABEL = “Exit“
DEMO1_COMMAND_LABEL = “Dem

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

     文件       2461  2001-06-26 08:13  java扫雷游戏\20031229646231\6688iGameAPI_Demo\GameAPI_Demo.java

     文件        259  2001-08-22 09:23  java扫雷游戏\20031229646231\6688iGameAPI_Demo\GameAPI_Demo.MF

     文件       2175  2001-05-28 11:39  java扫雷游戏\20031229646231\6688iGameAPI_Demo\GameAPI_Game.java

     文件      12296  2001-06-26 08:13  java扫雷游戏\20031229646231\6688iGameAPI_Demo\GameScreen.java

     文件      10361  2001-06-26 08:07  java扫雷游戏\20031229646231\6688iGameAPI_Demo\IntroScreen.java

     文件       1228  2001-05-28 07:53  java扫雷游戏\20031229646231\6688iGameAPI_Demo\MyScreen.java

     文件       1615  2006-10-30 23:08  java扫雷游戏\20031229646231\6688iGameAPI_Demo\Readme.txt

     文件        312  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\aliens.bin

     文件        312  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\aliens.mask

     文件        640  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\ball.bin

     文件        640  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\ball.mask

     文件        480  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\bird.bin

     文件        480  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\bird.mask

     文件        960  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\credit.bin

     文件        130  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\explo.bin

     文件        130  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\explo.mask

     文件        672  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\game.bin

     文件       1615  2006-10-30 23:08  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\readme.txt

     文件          3  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\shot.bin

     文件          3  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\shot.mask

     文件        444  2002-06-27 15:48  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\show$1.class

     文件        597  2002-06-27 15:48  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\show$ACanvas.class

     文件       1992  2002-06-27 15:48  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\show.class

     文件       2148  2002-06-27 15:48  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\show.java

     文件         60  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\spr1.bin

     文件         60  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\spr1.mask

     文件         54  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\spr2.bin

     文件         54  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\spr2.mask

     文件         54  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\spr3.bin

     文件         54  2001-05-17 13:05  java扫雷游戏\20031229646231\6688iGameAPI_Demo\res\spr3.mask

............此处省略21个文件信息

评论

共有 条评论