Pathfinding in Visual Basic
Description
A few years ago, when Visual Basic (not VB.net) was still pretty hype; there were no examples or tutorials of how to achieve pathfinding in such a high level language. This was probably because Visual Basic is known to be a 'slow' language, but with the increase of processor speed and power it became possible to create programs that could do pathfinding in an relatively fast time.
My example comes as a VB project, but the pathfinding part is set in multiple classes so that there is a minimum of reusability.
Download
Example of A* and Djikstra pathfinding (contains source and executable)
Credits
Ron, for deeply improving the speed of the pathfinding and fixing some bugs.
Screenshot
