This application provides an interactive way to visualize and solve a maze using a depth-first search (DFS) algorithm. Users can load a maze from a .txt file, solve it, and view the solution and explored states visually.
I have used tkinter for implementing its interactive GUI. Here, the user can load an image in the form of .txt file, as shown in example:
The program loads this image and saves it in the device in the form of a png file under the name 'temp_maze.png'
After clicking solve button, the program begins to solve the maze and presents its solution on the interface. It also saves it as 'solved_maze.png' on the device
đ§ Fixes #1539
đˇď¸ Initiative Participation (Required)
This pull request is associated with the following initiative. Please choose the one you are contributing to:
Project-Guidance! đđ
Welcome! đ
Thank you for visiting our repository! We're excited to have you here. If you find this project useful, please consider giving it a star! â
đ Have you reviewed the Contributing Guidelines? đ¤ (Required)
đ Description
This application provides an interactive way to visualize and solve a maze using a depth-first search (DFS) algorithm. Users can load a maze from a .txt file, solve it, and view the solution and explored states visually. I have used tkinter for implementing its interactive GUI. Here, the user can load an image in the form of .txt file, as shown in example:
The program loads this image and saves it in the device in the form of a png file under the name 'temp_maze.png'
After clicking solve button, the program begins to solve the maze and presents its solution on the interface. It also saves it as 'solved_maze.png' on the device
đ§ Fixes #1539
đˇď¸ Initiative Participation (Required)
This pull request is associated with the following initiative. Please choose the one you are contributing to: