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