Maze Creator
Draw out, in MS Paint style, any kind of terrain you wish. Set your beginning and end points, and hit solve. Maze Creator will find the shortest possible path between those two points for you.
This project was done exclusively in Java. It features both click and click/drag for placing blocks and a slider for controlling path-finding speed. Maze Creator uses the A* search algorithm to find the shortest path.
View Website