Home  |  FreeBASIC  |  About

A* Pathfinding Demonstration in FreeBASIC

This is an A* pathfinding demonstration for beginners written in FreeBASIC that generates a display similar to the excellent A* pathfinding for beginners tutorial by Patrick Lester.

Download

Source code: astar.zip 3 K

Sample:

Here is a sample screen shot using the default starting conditions.



It is highly recommended that you read the Patrick Lester's A* Pathfinding for Beginners Tutorial to get the most out of this demonstration.