StanB123
Results
2
comments of
StanB123
Maybe I'm silly. But wouldn't simply changing the getCost method into something like this do the trick in the current version? ``` javascript GridNode.prototype.getCost = function(fromOther) { if (fromOther.x !=...
I'll try to find some time for that during the weekend :-)