Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: A* path finding  (Read 4197 times)

0 Members and 1 Guest are viewing this topic.

steven32collins

    Topic Starter


    Intermediate
    • Experience: Beginner
    • OS: Windows XP
    A* path finding
    « on: November 25, 2011, 03:29:30 PM »
    hi guys i have a small little project running currently and its gona require the use of the A* path finding algorithm...

    how would i make this into a JavaScript code?
    Everything should be made as simple as possible, but not simpler.
    --Albert Einstein--

    Rob Pomeroy



      Prodigy

    • Systems Architect
    • Thanked: 124
      • Me
    • Experience: Expert
    • OS: Other
    Re: A* path finding
    « Reply #1 on: December 01, 2011, 02:12:07 AM »
    Do you understand the algorithm?  How's your knowledge of javascript?  What is your question exactly?

    You know that googling "A* path algorithm javascript" returns lots of hits?
    Only able to visit the forums sporadically, sorry.

    Geek & Dummy - honest news, reviews and howtos

    Base2



      Beginner
    • Thanked: 3
      • Computer: Specs
      • Experience: Experienced
      • OS: Windows 7
      Re: A* path finding
      « Reply #2 on: December 04, 2011, 04:21:00 AM »
      This might be what you are looking for.

      http://www.briangrinstead.com/blog/astar-search-algorithm-in-javascript

      Hope this helps.

      B2 :)