Skip to content

Instantly share code, notes, and snippets.

@McFunkypants
Created January 16, 2013 05:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save McFunkypants/4544766 to your computer and use it in GitHub Desktop.
Save McFunkypants/4544766 to your computer and use it in GitHub Desktop.
// actually calculate the a-star path!
// this returns an array of coordinates
// that is empty if no path is possible
return calculatePath();
} // end of findPath() function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment