Flokey82 / go_gens

Various small attempts at procedural generation, AI, simulation and whatnot.
Apache License 2.0
20 stars 6 forks source link

A* Implementation #9

Open Flokey82 opened 2 years ago

Flokey82 commented 2 years ago

Write an A* implementation from scratch to learn how it works.

https://en.wikipedia.org/wiki/A*_search_algorithm

NOTE, this might depend on the graph traversal algorithms?