wx_2048_02.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:python_2048 作者: OATOMO 项目源码 文件源码
def doMove(self,move,score):
        if move:
            self.putTile()
            self.drawChange(score)
            if self.isGameOver():
                if wx.MessageBox(u"????????????",u"??",
                        wx.YES_NO|wx.ICON_INFORMATION)==wx.YES:
                    bstScore = self.bstScore
                    self.initGame()
                    self.bstScore = bstScore
                    self.drawAll()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号