Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
611 views
in Technique[技术] by (71.8m points)

path finding - A* Pathfinding on Multiple Grids?

note: Sorry for the Bad English. not exactly great at Writing, also sorry if the Question is Vague with no Code, i Felt like the Question can Apply to Different Programs and Languages, and i wanted it to be More About How one Would Implement this

I'm Working on a Base Building Game, with a Layer System like Dwarf Fortress. where there are Multiple Grids Above each other

i Already have a Typical A* Pathfinding implementation, and it works fine on one grid but i dunno how to make it work with the other Grids

Most of my Problems comes from the Heuristics and the Stairs, i just don't Know how to Calculate the Height for heuristics and for the Stairs. i don't Know How to Make it Pick the Right Stairs that will Lead it too the Destination

does anyone know exactly how to solve this problem? or have any article about it? i can't exactly find some resources on it

question from:https://stackoverflow.com/questions/65928371/a-pathfinding-on-multiple-grids

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...