Coolbeans
Coolbeans
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
Hi, thank you for all the help you have given I really appreciate it. I will check it out and try and put it into my code!! 🙂
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
It looks like it always wants to go down and left?
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
No description
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
No description
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
No description
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
No description
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
I definitely think I jumped into the deep end a little bit with this one and think I should probably do some simpler search algorithms first.
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
Hi, sorry for the late response I have been busy with work. I will send the code now.
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
Hi I have started trying to use a priority queue and hash-set instead of lists for my open and closed sets and I was wondering how I should go about comparing newly explored nodes with nodes in the open list to see if they already exist? As I don't know of a way of iterating and looking through a priority queue?
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Priority queue, queue empty error.
Thank you!! I have just checked and I think its being dequeued somewhere without putting anything back in which it shouldn't be doing.
5 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
Haven't touched this code for a year or so and its been some trouble trying to understand what I was doing at the time XD
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
That would be great thank you!!
19 replies
CC#
Created by Coolbeans on 9/15/2024 in #help
Having an issue implementing A* pathfinding
Thank you!! Yeah I had some suspicions about the ExploreNeighbors.
19 replies