Results 1 to 8 of 8

Thread: I need help with my A* path finding program.

Threaded View

  1. #8

    Thread Starter
    Addicted Member
    Join Date
    Oct 2006
    Posts
    172

    Re: I need help with my A* path finding program.

    I found 2 more bugs:
    In IsPathClosed I had the Exit for in the wrong place so that it returned false every time.
    In FindAndDrawPath I had BinaryHeapRemove called too late in the function so that the current cornet was at risk of not being removed and added to the closed list.


    I've attached what I have so far, but it still has an infinite loop somewhere.......

    Can anyone help me spot it??
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width