-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition of Maze Solver Application #1583
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It's great having you contribute to this projectThank you for opening a Pull Request π , Welcome to Project Guidance π We will review everything and get back to you :) |
Kushal997-das
requested changes
Oct 30, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Update your project here
Kushal997-das
added
Hold
Iβm waiting for additional responses before proceeding.
hacktoberfest2024
Your contribution is part of Hacktoberfest 2024! π
gssoc-ext
This level is for GSSOC-Extended.
labels
Oct 30, 2024
Alright @Kushal997-das |
Kushal997-das
added
the
No_Update
It's been so long you are not responding to this issue so we are going to close the issue soon.
label
Nov 3, 2024
Done @Kushal997-das |
Kushal997-das
approved these changes
Nov 4, 2024
Kushal997-das
added
Project Added! π
Added New project
hacktoberfest-accepted
βhacktoberfest-acceptedβ label
level1
Under level 1
Status Update: Approved! β
Awesome! π This PR has been approved! Let the celebration begin! π
and removed
Hold
Iβm waiting for additional responses before proceeding.
No_Update
It's been so long you are not responding to this issue so we are going to close the issue soon.
labels
Nov 4, 2024
@Mahak-Agrawal-304 Hurray, your PR got merged into our Project-Guidance π₯³. Thanks a bunch. Feel free to take another Issue. π |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
gssoc-ext
This level is for GSSOC-Extended.
hacktoberfest2024
Your contribution is part of Hacktoberfest 2024! π
hacktoberfest-accepted
βhacktoberfest-acceptedβ label
level1
Under level 1
Project Added! π
Added New project
Status Update: Approved! β
Awesome! π This PR has been approved! Let the celebration begin! π
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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: