A C# implementation of A* pathfinding with a simple grid editor and renderer
Build the example program with Visual Studio and .Net Framework 7
You can download a prebuilt version of the example here
Left Mouse click : Sets a new target location. Right Mouse click : Toggles the tiles blocked flag.
When assigning a new target location the path will be recalculated immediatley.