Raminder Singh

Results 127 comments of Raminder Singh

It is expected that you reinstantiate the grid object each time because the grid object becomes dirty after a call to findPath.

@Heishe Your disappointment is understandable. But please do understand that all the contributors to _any_ open source project give away their work for free. So if something isn't working it...

You have to have a new grid before running a finder on it. You can do it either using the clone method or create a new Grid each time. The...

Is it change really useful? I mean why move diagonally when there are _exactly_ two obstacles? If a character can move diagonally despite there being two obstacles, what stops it...

I'm not really sure. Lets open this to voting. How many of you think this should be included?

I am aware of this problem with smoothenPath but unfortunately haven't been able to find time to think about how to fix this. If you (or anyone else) are able...

Will be fixed once https://github.com/qiao/PathFinding.js/pull/63 is done.

Hi @horaguchi #63 is mostly done apart from polishing the docs. But the code is not yet released in a new version (I don't have the access to release to...

Hi @Anahkiasen, thanks for reporting. Build 0.4.13 was broken as it it did not define the PF variable. I have released 0.4.14. Please try installing again and it should work....

Hi @Zverik there is [PathFinding.js documentation](http://pathfindingjs.readthedocs.org/en/latest/) in the works, though the sections on algorithms is yet to be written. You might want to keep an eye on this.