Simple Path Finding Within A Grid
This example shows a very simple pathfinding technique using a recursive function. You can draw on the grid to create obstacles to find a path around though the algorithm will only work for paths which are "easy" for it to find.
advertisement