MyPathFinder is a project using BFS algorithm to find possible path from one point to another. This project uses a 10x10 matrix for illustration: blue blocks represent available blocks, red blocks represent unavailable blocks or walls, pink blocks represent the path found by the algorithm.
The yellow block represents the begin node. The green block represents the finish node
The red block represents walls.
The pink line represents the path found