I made a simple path finding AI that can most of the time find the shortest path, except for some test cases where it won’t (an example is the current test cases being show in the example)
You can also see me experimenting with the A* algorithm although it doesn’t work yet