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

Build your Maze

For this exercise, you will build your hedge maze. You’ll do this entirely in emoji. Here is the breakdown:

  var body: some View {
    Spacer()
    // Maze goes here
    Spacer()
    // Buttons go here
    Spacer()
  }
See forum comments
Download course materials from Github
Previous: Overview Next: Answer Key