Maze Solver

Start character:
Finish character:
Wall character:
Path character: (Often a space)
Download example maze
Github repo github logo

How to find the shortest path in my maze?

  1. Create a maze file
    • First line must be horizontal length
    • Second line must be vertical length
    • Remember to add a start and finish
  2. Set the characters you used to create the maze
  3. The shortest path will display in the white canvas

Example maze: example maze