Maze Design Case Study - Designing a Grid Maze in Different Difficulty levels

I wanted to do a case study showing how to create a maze in a few different difficultly levels. I thought the best way to illustrate this was to design a create a maze with a variety of different branch types included then have you solve them and compare how enjoyable each was for you to solve. Let’s jump into the example and you’ll see what I mean. (Hopefully).

  • Example - Part 1. Please solve this small 10x10 grid maze. Yes this is an interactive example !

10x10 grid maze solving example

OK. Take note of how your experience was solving the maze. Did you enjoy it ? How quickly did you solve the maze ? Anything you did not like about the experience ? Did you find it to be enjoyable or frustrating ?

Now lets try this maze made on the same grid structure. We have 10x10 grid maze with the Start and Goal placed in the same locations.

  • Example - Part 2. Please solve this small 10x10 grid maze.

10x10 grid maze solving example 4

I have the same questions for you as before. How was your experience was solving the maze ? Did you enjoy it ? How quickly did you solve the maze ? Anything you did not like about the experience ? Did you find it to be enjoyable or frustrating ?

An finally in Part 3 we will group 2 additional mazes together for evaluation. Same questions will apply.

  • Example - Part 3. Please solve each of these small 10x10 grid mazes.

10x10 grid maze solving example 2
10x10 grid maze solving example 3

So what have we learned ? Before I go into some explanations on the design of each maze take a minute to hypothesize on what you think just happened. 4 similar mazes. Hopefully they gave you different experiences for you when you were solving them.

4 Maze Comparison - The Differences and Design Choices

  • First, did you notice each maze has the same exact solution ? Mazes 2 & 3 have the inverse (or flipped) solution of mazes 1 & 4. So the solutions are essentially all equal.

  • Each numbered maze should have gotten more difficult as the numbers increased (although with a small maze size this may have been somewhat less obvious)

  • Maze 1 - Short dead ends. Incorrect paths do not have branches. Pathways are wide. Some paths are “filler” and unusable.

  • Maze 2 - Longer dead ends. Incorrect paths do not have branches. Pathways normal width.

  • Maze 3 - Long dead ends with additional branches off of them. Pathways slightly smaller.

  • Maze 4 - Long dead ends with choices and branches off them. 4 way choices included. Small pathway widths.

So to summarize I used the following to change the difficulty of the 4 mazes:

  • The length of dead ends - How fast you know you have made an incorrect choice

  • Dead end branches - When you make a wrong turn are there multiple incorrect choices on that branch

  • Expanded pathway choices - Some intersections have multiple choices

  • Pathway widths - Smaller pathways are more difficult to see and navigate.

  • Unusable pathways - Filler sometimes used to fill a maze out while keeping it at the desired difficulty level.

Let’s look at the pathways coded to show what I mean. The red line is the solution. The blue line is the false pathway. The purple line is an unusable pathway (Did you know some mazes use this ?)

What you need to notice in the below deconstructed mazes:

  • Maze 1 - Thick pathways make this maze easier to solve. The purple lines to not connect to anything - essentially they are filler and unusable pathways. Most likely you did not notice them. They make the maze easier. The blue lines, the incorrect dead end paths - are short and only extend 2 levels before letting the solver know it was the wrong choice.

  • Maze 2 - Normal pathway width. No purple pathways from here on out. The blue lines are long but have no branches off of them. Longest length is 11 blocks.

  • Maze 3 - Pathways are a bit thinner. The blue dead end lines now have branches, so wrong turns have additional wrong turns. None of these, however has more than one additional dead end branch. There is also a dead end choice at the starting block.

  • Maze 4 - Pathways are very thin. There are now 3 intersections where 4 pathway choices are included (they look like a plus sign in this grid maze). Dead end branches also have multiple dead ends off of them.

four 10x10 grid maze solving example solutions

Hopefully this explanation and example shows you a small piece of how maze difficulty can be designed and changed with a few different choices. Most solvers would prefer Maze #1 because the wrong turns are not overly punishing. But a nice amount of people would prefer something a bit more challenging also, so remember the audience you are designing for when you create your mazes !

I will say that there is a balance between making a challenging maze and poor maze design. Do the pathways need to be ultra thin or are you just straining the eyes of the solver ? I think a re-design of Maze #3 with thick pathways would be both enjoyable AND challenging ! Happy maze-ing !

Additional popular posts you may like:

How To Make A Grid Maze

44 Different types of Mazes and Labyrinths

Comparison of the Top 10 Maze Generation Websites

Creating a Hidden Maze - Case Study #1

Some of my most popular content involves my making of hidden mazes. I can teach you how to make a hidden maze in 6 steps. And I have created over 30 hidden maze challenges to test my maze making ability and your ability to solve them (or for the solver to know what they say without solving them which would mean I didn’t make a very good maze). But I have never done a case study to expand on some options I made when making some of the new mazes. This also is a variation of how I teach you to make a hidden maze, with more details between the steps.

Let’s use my instructions as a basis for the case study

Step 1 - Draw the Outline

Now my hidden message mazes are boring in this regard as I make them to be used as the front of greeting cards. This means a simple rectangle.

Step 1.5 - Choose the Start and Goal

And this step is usually combined (thus step 1.5), and I present it that way here. Because English is written left to right the start will be on the left side of the page (I chose the top corner) and end on the right side (I chose the bottom right corner). I could have easily used the sides of the rectangle as start/goal.

empty blank rectangle with arrows for a maze

Step 2 - Write the Guide Message

Step 3 - Maze the Hidden Message

For my recent hidden message mazes I have used pre made mazed letters to speed things along. Here are my initial message possibilities. So, I do not use a guide message to make each letter from scratch each time.

Rectangle full of mazed words

To confuse the solver I have added in a variety of false words that will not be used. While my initial hidden message mazes used one message and everything else was a false pathway, these are less about the false pathways and more about the false message. Here is a quick list of the possible words hidden in each row. I overlap some word possibilities, like the Y ending in funny also being the starting Y in you. This could also be expanded and made more difficult.

words mazed in a box showing possible combinations of words

Here is where I actually fulfill Step 3 as this maze will say “Have a Great”. I make sure to close out any pathways so there are not any possible solves that don’t have a message.

Hidden word maze being made

Step 4 - Draw the False Pathways

I draw a message row one at a time to ensure that I do not mistakenly make an extra solve. I make my false pathways short on the left side of the maze so the solver knows they have chosen the wrong row quickly. So when I mazed the bottom row, you will not get past the M before reaching a dead end.

Hidden word maze being made 2

Or the F in the second to last row.

Hidden word maze being made 3

Again I did a dead end after the W

Hidden word maze being made 4

Step 5 - Complete the Maze

The first row uses DO before it dead ends. This completes the maze. Hopefully the use of all those letters and the false pathways filling in between make this a difficult maze to solve with your eyes. What do you think ?

Hidden Message Maze example

Step 6 - Make the Maze Solution

HIdden Message Maze solution - Have a Great

How to Make a Pod Maze

The 42nd type of maze construction is the Pod Maze. This construction came about from a collaboration with a friend, While the final product can look many different ways, the core ‘pod’ idea stays the same. Let’s define what a Pod maze is then get into the step by step instructions ! I have included a free downloadable book of 31 Pod Mazes at the end of the post.

Pod Maze - A Maze with separated sections, called pods, that must be traveled between to solve the maze. The ability to jump between pods is denoted by small arrows in the pathways.

How to Make a Pod Maze

Step 1 - Draw the Background and Pods

The background will determine the shape of the maze. I typically use a black background to match the color of the pathways I will be drawing. Matching these will save you headaches during construction ! The pod placement and shapes are your choice. Make sure you have enough places where it will become possible to move between pods. The spacing is up to you. In a simple maze closer together will be easier.

Design Option - make the background a light color and change it to the final color during the final step ! This allows the pathways to be more easily seen during drawing !

Black square with 4 large dots inside

Step 2 - Choose the Start and Goal (optional)

Choose the start, and optionally the goal and place them in the pods. The goal can always be moved later as the maze is constructed !

40.2 Pod Maze START GOAL.png

Step 3 - Start Mazing

I use a standard construction in the actual pods, but many other options would also work. As you move to the edges of a pod, add a small arrow to indicate where a pathway can cross into the next pod. The adjacent pod should have an arrow aligned in the same plane across to indicate the proper movement allowed as in the example below.

Design Option - When drawing the pathways you could stop them at the pod edges OR continue them across the background (these will be invisible when the background matches the pathway color). If you use a light color background during design this will help with the design !!

40.3 Pod Maze keep mazing.png

Step 4 - Keep mazing and finish the maze

Continue to draw pathways until you have finished completing the entire maze.

40.4 Pod Maze keep mazing.png
Pod Maze example

Step 5 - Create the Solution (optional)

Make a solution to the maze !

Pod Maze example Solution

Additional Pod Maze Examples

This additional example uses a spiral construction extensively within the maze.

Square Pod Maze 3 sections

And this second example adds some color to make the maze more interesting. Nice autumnal colors.

Pods Maze in autumnal colors

In this third example I mix a few different shapes, using triangles and a center circle as pods.

Pods Maze with purple shapes

Free Downloadable Pod Maze Book

Pod Maze Book Cover

The Pod Maze Book

A free downloadable book featuring 31 different pod mazes. Mazes come in a variety of shapes and colors. El libro esta disponible en Español tambien !

File Size: 329 KB

Step by step instructions on how to make over 40 different maze types.

Step by step instructions on how to make digital labyrinths.

Using color for Maze pathways - A Case Study

Today I will explore the use of colored pathways as a choice when creating a maze and show how that decision will impact the look of the maze. Previously I looked at 12 different pathway options with #11 being using colored pathways. As an example I used the red wine maze. As you can see the burgundy pathways define the wine resting in the wine glass. Easy to understand for the viewer/solver.

Red Wine Maze

But that maze is the end product, a result of a construction decision that I think was the correct one. Let’s look at a different maze that could be created with or without colored pathways and see what happens as we make different selections.

For our example we will be doing the famous Route 1 road sign from California, also known as the Pacific Coast Highway or simply the Coast Highway.

Maze Design 1 - Colored background used

Looks like the sign you might see on the side of the road (mazed!)

California Highway 1 Maze

Route 1 Sign Maze

Maze Design 2 - Pathways colored as is

For our second example we simply lose the background color and change the pathway color to the former background color. The maze sign is recognizable, but the color is very subtle but visible. For some designers this would be an acceptable solution. In this instance I would want this maze to have a bit more color….so

California Highway 1 Maze skinny walls

Maze Design 3 - Pathways colored, but twice as thick

So I took the maze above and doubled the thickness of the lines to increase the appearance of the color in the background. It definitely works to achieve more color. And, depending on how you feel about the maze you have designed this might be a great solution. But there are 2 more options, best these options should be decided on before you have started mazing.

California Highway 1 Maze - medium thickness walls

Maze Design 4 - Twice the pathways, original thickness

This option will make for a maze that is twice as long (or at least has twice as many pathways). For the example I cut the original maze in half (not recommended) to quickly construct it. The result is a darker background, a more difficult maze, and a longer design and drawing process. This is a nice option if you want to increase difficulty. There is certainly enough space to make this complicated ! We do have 1 more option to look at…

California Highway 1 Maze - many  pathways

Maze Design 5 - Twice the pathways, double thickness

To bring the options full circle I took Maze design 4 and doubled the thickness of the pathways as I had before in Maze Design 3. The width almost switches this maze from a standard maze construction to a standard equal maze construction. Lots of color in this one.

California Highway 1 Maze - many thick pathways

So those are 4 possible designs for the same maze, with 4 different colored pathway options. I wanted to illustrate that the use of color is about more than color you assign the path, but also about their spacing and their thickness. Any could be used depending on how you want the final maze to look and the difficulty you want to give the solver. Here is a comparison of all 4 colored pathway examples together so you can more easily compare them. Which do you prefer ?

Example of how wall thickness changes how a maze looks