Home Games About Us Contact Us

A* Pathfinding - C#

I started working on the A* Pathfinding out of interest and to learn better ways for pathfinding. After a while I came across the A* Pathfinding tutorial made by Sebastian Lague. This entery is fully based upon the tutorial of Sebastian, please keep in mind that NONE of this code is mine and that this entery is mearly added to explain my learning process with this algorithm. Please check out Sebastian his youtube since he makes amazing and extremely informative content that I learned a lot from.


Conclusion:

In this project I learned about A* and all the ways it works. Even though the code is not mine I did learn how to write a A* Pathfinder myself without help. And I know know how to write other cool things using this pathfinder too.


Pages/Papers use for research:

- Sebastian Lague Youtube