1. Educational Puzzle Design
TeacherBackground
A teacher wants to create unique maze worksheets for students to practice problem-solving.
Problem
Manually drawing mazes is time-consuming and prone to errors.
How to use
Set the width and height to 21, select 'Medium' difficulty, and generate the JSON to map out the walls.
width: 21, height: 21, difficulty: 'medium'Outcome
A consistent, solvable 21x21 maze structure that can be easily converted into a printable graphic.