PathFinder is a simple maze solving demo program made in pygame. This is a very old program I made when I first learned Python. I am no longer interested in expanding it, but it's still a fun little time capsule.
It's quite simple, if you have numpy and pygame, all you have to do is run the main.py file:
python main.py
- You can draw your own maze.
- Automatically generate solvable mazes.
- Run the dijkstra algorithm.
- Run A*.
numpy>=1.14.0
pygame>=2.6.1



