Skip to content

This program solves mazes using BFS. Output of program creates a .gif that shows the logic behind how the solution is found

Notifications You must be signed in to change notification settings

MR473/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeSolver

TO RUN PROGRAM RUN: 'maze_solver.py'

Task: Finds a path through the maze

INPUT: - Input needs to be an image of the maze. - Image should be present in the ./inputs/ directory

INPUT MAZE LIMITATIONS: - Maze should start from the top left. - Maze should end at the bottom right.

GENERATING MAZE: - Generate maze from : https://keesiemeijer.github.io/maze-generator/#generate

OUTPUT: - Output would be a .gif which will be found in the ./outputs/ directory

About

This program solves mazes using BFS. Output of program creates a .gif that shows the logic behind how the solution is found

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages