程序实现搜索迷宫出口完整版(三)
aint();
}
}
****/
//初始化迷宫
class Init_GameArea
{
MainFrame mf = null;
TextField tt;
Map mmap;
this.mf = mf;
this.tt = t;
this.mmap = map;
}
public Map InitGameArea(int m) {
//初始化游戏界面
switch(m){