A Simple A* Search Algorithm in Javascript Designed to work for 2D maze-type graphs --This version only returns true if there is a path and false if there isn't. Coming soon: finds shortest path, returns length of shortest path