PyZombis main@b5833e4
  • Social
    • Runestone in social media:
      Follow @iRunestone Our Facebook Page
    • Help support us:
  • Search
    • Table of Contents
    • Book Index
  • User
    • Assignments
    • Practice
    • Change Course
    • Instructor's Page
    • Progress Page
    • Edit Profile
    • Change Password
    • Register
    • Login
    • Dark Mode
  • Scratch Activecode
  • Help
    • FAQ
    • Instructors Guide
    • About Runestone
    • Report A Problem
  • PyMaze¶

    Goals:¶

    • Complete the solve_maze function

      Description:

      • This function takes maze object as input and determines if there is a path from start(0,0) to end(3)

      • 1 is a wall

      • 2 is a Zombie

      • 3 is destination

      • 0 is all the free path

    • Complete the run function which handles key events to move player in maze

    • Complete the play_music function which takes audio from file solve_maze.ogg and plays on running the code
      • file path for solveMusic is ../../audio/solve_maze.ogg

    You have attempted of activities on this page

| Back to top

© Copyright 2021 Python Argentina et al.. Created using Runestone 5.8.1.