JavaScript A* Path Finding Prototype

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DebuggerCLL

    JavaScript A* Path Finding Prototype

    This is an A* path finding demo I created a few months ago. I don't
    see any real uses for it, but it's still neat.


  • Henry

    #2
    Re: JavaScript A* Path Finding Prototype

    On May 6, 5:33 pm, DebuggerCLL wrote:
    This is an A* path finding demo I created a few months ago. I don't
    see any real uses for it, but it's still neat.
    <snip>

    "Neat" may be one way of describing a script that pops up the error
    dialog on IE6 and does nothing else, but it would not be my choice of
    epithet.

    Comment

    • DebuggerCLL

      #3
      Re: JavaScript A* Path Finding Prototype

      I can't duplicate that issue in IE6, WinXP. If anyone one else can,
      please send me any information you can to describe it.

      Comment

      • Thomas 'PointedEars' Lahn

        #4
        Re: JavaScript A* Path Finding Prototype

        DebuggerCLL wrote:
        I can't duplicate that issue in IE6, WinXP. If anyone one else can,
        please send me any information you can to describe it.
        WFM. Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR
        1.1.4322; .NET CLR 2.0.50727), on MS Virtual PC 2007.


        PointedEars
        --
        var bugRiddenCrashP ronePieceOfJunk = (
        navigator.userA gent.indexOf('M SIE 5') != -1
        && navigator.userA gent.indexOf('M ac') != -1
        ) // Plone, register_functi on.js:16

        Comment

        Working...