Skip to content

TrongHieu90/PathfindingAStar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PathfindingAStar

Pathfinding15 Pathfinding30

Translation of p5/javascript code from the CodingTrain channel into Windows Form with C#

Video tutorial

The main algorithm is inside the Form1.cs file. There are some modifications to make it work inside Windows Form (which makes you appreciate the p5 library even more with how it simplifies things)

Because we can move diagonally in any direction, the heuristic function is Euclidean distance which yields accepted running time. There are many other heuristic algorithms inside the source to be implemented and further developed.

About

Pathfinding A* built in Windows Form

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages