{"id":20613813,"url":"https://github.com/anam1980/maze_solver_app","last_synced_at":"2026-06-09T14:31:08.709Z","repository":{"id":146856235,"uuid":"616545477","full_name":"Anam1980/Maze_Solver_App","owner":"Anam1980","description":"An application that solves a maze and display the shortest path.   ","archived":false,"fork":false,"pushed_at":"2023-04-03T06:44:04.000Z","size":688,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-06T18:47:16.250Z","etag":null,"topics":["dfs-algorithm","gui","java","javaswing"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Anam1980.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-20T15:42:00.000Z","updated_at":"2023-04-03T11:52:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"8b18734d-6573-440c-ba02-59d9111e83c9","html_url":"https://github.com/Anam1980/Maze_Solver_App","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Anam1980/Maze_Solver_App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anam1980%2FMaze_Solver_App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anam1980%2FMaze_Solver_App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anam1980%2FMaze_Solver_App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anam1980%2FMaze_Solver_App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Anam1980","download_url":"https://codeload.github.com/Anam1980/Maze_Solver_App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Anam1980%2FMaze_Solver_App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34112225,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dfs-algorithm","gui","java","javaswing"],"created_at":"2024-11-16T11:11:10.447Z","updated_at":"2026-06-09T14:31:08.703Z","avatar_url":"https://github.com/Anam1980.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# :arrow_forward:Maze_Solver_App:iphone:\n\n* The Java application which provides the shortest solution path in a maze from start to the destination.\n* It utilizes Depth Force Search (DFS) algorithm for solution path.\n* The app provides Graphical User Interface using Java Swing for visualizing the maze and the solution.\n\n## :large_blue_circle:USAGE\n* Simply, open the project in your preffered IDE.\n* Launch the app by running the AppFrame class.\n\n## :large_blue_circle:ALGORITHM\n* The app uses Depth-First Search algorithm to find the solution path in the maze.\n* The algorithm works by exploring each possible path from the starting position until it reaches the destination. \n* If it encounters a dead end, it backtracks to the previous position and tries a different path.\n\n## :large_blue_circle:CODE STRUCTURE\nThe main components of the code are:\n\n* 🔹AppFrame: The main class that provides the user interface and handles user input.\n* 🔹DFS: A helper class that implements the Depth-First Search algorithm.\n* 🔹Maze: A data structure that represents the maze and provides methods for manipulating it.\n\n## :large_blue_circle:RESOURCES\n* I used some external resources for guidance : \n    * [javaTpoint Java Swing](https://www.javatpoint.com/java-swing)\n    * [Oracle Java Swing](https://docs.oracle.com/javase/tutorial/uiswing/index.html)\n    \n## :large_blue_circle:SCREENSHOT\n\n ![Maze_Solver Interface SS](./maze_solver.png);\n\n\n   ### :v:***Contributions are welcome! Feel free to submit pull requests or open issues!!***:relaxed:\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanam1980%2Fmaze_solver_app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanam1980%2Fmaze_solver_app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanam1980%2Fmaze_solver_app/lists"}