Hacker News new | ask | show | jobs
by uysalibov 769 days ago
Yeah, I saw that video too. But it's created with Python and Blender.
1 comments

I'm curious what your results would be if you switched to A*. The heuristic could be as simple as geographic distance, which would still allow for optimal paths but might reduce the amount of searching you do in the opposite direction of your destination.