16 years, 9 months ago
Highlights
Thank you CaptinP - great suggestion and help, I have now coded the requirement to search through the parent cells by backtracking :)I have noticed that when extra weighting is…
16 years, 9 months ago
Hello, I have create my first A* algorithm with uses an open list and then selects the cell with the lowest proposed distance, opening more cells to the open list. My problem is…
16 years, 9 months ago
Hello, I have currently built a structure in C++ with a two dimensional array, with each cell stating whether there is a wall present or not. A search is then done through the a…
16 years, 9 months ago
Hello, I have been working on this code to try and get the search algorithm working correctly. To visualise, the green sphere now follows the route determined by the depth…
16 years, 9 months ago
Hello, I have been working on this code to try and get the search algorithm working correctly. To visualise, the green sphere now follows the route determined by the depth…
16 years, 9 months ago
Latest Activity
See all in DiscussionsThank you CaptinP - great suggestion and help, I have now coded the requirement to search through the parent cells …
16 years, 9 months ago
Hello, I have create my first A* algorithm with uses an open list and then selects the cell with the …
16 years, 9 months ago
Hello, I have currently built a structure in C++ with a two dimensional array, with each cell stating whether there …
16 years, 9 months ago