A star pathfinding algorithm.
AG1 = Start Search algorithm
AG2 = delete block
AG3 = Break out of loop
AG4 = Reset
First click on mfd = start node (green)
Second click = end node (red)
6 Comments
- Log in to leave a comment
-
-
-
-
2,029 llwei97
@Hashys Select your start (green node) and end (red node), then run the program (AG1), it will find a path (purple line) to end node in the maze
-
4 Upvotes
Log in in to upvote this post.
Nice! Really.