import level # 创建窗口 ms = turtle.Screen() # 设置初始尺寸 ms.setup(900, 650, 200, 0) # 标题 ms.title('推箱子小游戏') # 注册图片 # 背景图片 ms.register_shape('bc1.gif') ms.register_shape('bc2.gif') ms.register_shape('bc3.gif') ms.register_shape('bc4.gif') ms.register...
2.Well-designed levels: From entry-level to expert level, more than 100 well-designed levels are waiting for you to challenge. 3.Intuitive operation: Simple and easy to use, just slide the screen to control the character to push the box. ...
let finishLevel = parseInt(cc.sys.localStorage.getItem("finishLevel") || 0); if(this.curLevel > finishLevel){ cc.sys.localStorage.setItem("finishLevel", this.curLevel); } // 刷新星星等级 cc.sys.localStorage.setItem("levelStar" + this.curLevel, 3); // 刷新最优步数 let best = parseIn...
2.Well-designed levels: From entry-level to expert level, more than 100 well-designed levels are waiting for you to challenge. 3.Intuitive operation: Simple and easy to use, just slide the screen to control the character to push the box. ...