UNavMaze Maze Solver
Display the Shortest Path in a Weighted Maze
UNavMaze gives a visualization of the shortest path for a weighted mazes. Provide a CSV file as input and the tool will display the shortest path.
Using UNavMaze
In order to use UNavMaze, first create a CSV file for the maze.
- Include a start point by placing "S" in a cell.
- Include an end point by placing "E" in a cell.
- Weighted cells can be denoted by using integers.
- Empty cells automatically default to a weight of 1.
After providing the CSV input to UNavMaze, the tool will output the visualization of the maze with the calculated path from the start point to the end point as a PNG file.