A CLI program that demonstrates simple pathfinding on a 2D ASCII grid based on Lee algorithm. I wrote the program in 2017 when I was learning breadth-first search algorithm in University.
PascalABC.NET is required to run.
Other Pascal compilers or IDEs may also work but they weren't tested.
- Launch PascalABC.NET.
- Open
pathfinder.pas
. - Run the program.
- Build a maze.
- Set starting and finishing points.
- Run the pathfinder to see the found path.