Hacker News new | ask | show | jobs
by praeclarum 5393 days ago
"speeds up pathfinding on uniform-cost grid maps"

How useful are uniform-cost grids? Every implementation of A* I've ever used has been applied to varying-cost grids.

1 comments

Any game vaguely resembling Wolfenstein uses a uniform-cost grid.