maze.py 文件源码

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

项目:Python-PACMEZ 作者: alibolek 项目源码 文件源码
def __init__(self):
        turtle.Turtle.__init__(self)  # first initialize MazeTurtle as a Turtle
        self.penup()
        self.shape("turtle")
        # new properties specific to MazeTurtles
        self.cell = Cell(0,0)
        self.dir = STAND
        self.score = 0
        self.lives = 3
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号