首页 > 学院 > 开发设计 > 正文

一个基于MIDP的迷宫游戏

2019-11-18 16:02:56
字体:
来源:转载
供稿:网友

一个基于MIDP的迷宫游戏(图一)一个基于MIDP的迷宫游戏(图二)

/*
 * Maze.java
 *
 * Created on 2005年12月2日, 下午1:04
 */

package com.j2medev.maze;

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

/**
 * This is the main class of the maze game.
 *
 * @author Carol Hamer
 */
public class Maze extends MIDlet implements CommandListener {

(出处:http://www.VeVb.com)



上一篇:经典飞机游戏代码S60

下一篇:J2ME内存优

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表