Pathfinder 2.0 is the latest update to the original Pathfinder, an artificial intelligence bot written in Python which is capable of traveling through a maze between two specific points. Version 2.0 incorporates a graphical user interface (GUI) and the removal of user interaction via the command prompt. This new interactive GUI allows user to:
- Resize the maze anywhere from 8×8 to 16×16.
- Specify forbidden nodes, start node and end node anywhere within the maze.
- Select one of the five available algorithms for use with path searching.
- View the resulting path from start to goal on a given maze display window.
Source code may be downloaded from within my GitHub repository. Critics and suggestions welcome.


Recent Comments