Hacker News new | ask | show | jobs
by fizzynut 523 days ago
You should probably just use a quad tree to put your objects into and traverse that with a path finding algorithm.
1 comments

Yeah, I thought about that too, but I'm also trying to keep pre-processing work as light as possible.