This project showcases how different pathfinding algorithms function to connect a starting point to an end point.
- Wrote the code for A*, Breath-First Search, and Djikstra's algorithms.
- Built a 25X25 pathway with an initial point, an end point, and a maze that cannot be breached by the code to add some spice to the functionality.
- Created a frontend GUI with all of the previously mentioned functionality using tkinter.
Following picture showcases an instruction manual that comes up as the code is booted.
Here, you can see an example of the interface.
Made with ❤️ in 2023