Deliverables

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Heads up... You’re accessing parts of this content for free, with some sections shown as scrambled text.

Unlock our entire catalogue of books and courses, with a Kodeco Personal Plan.

Unlock now

Add a New Maze

Your task is to add a new maze to the program. Currently, you have one maze contained inside of an array. Instead, you’ll need to update the data variable to be a multidimensional array. Here’s an example of another maze you can use:

  .alert("Congrats! You won!", isPresented: $wonGame) {
      Button("OK") {
          // update maze code
      }
  }
See forum comments
Download course materials from Github
Previous: Overview Next: Answer Key