Skip to content

A* Search / Pathfinding Algorithm in Javascript, adjusted for the term paper of "Applied Computational Intelligence", MSc Medical Informatics @ FHNW Switzerland.

License

Notifications You must be signed in to change notification settings

Astrozyt/sailingboat-javascript-astar

 
 

Repository files navigation

sailingboat-javascript-astar

An extension of the A* Search Algorithm in JavaScript

Original

Original implementation by Brian Grinstead (bgrins), https://github.com/bgrins/javascript-astar. Original demo: http://www.briangrinstead.com/files/astar/

How to

To run this experiment, simply open the file demo/index.html in your browser (JavaScript has to be enabled).

To set the starting point of the routing, click the checkbox labelled SetStart, then click the field you would like to set as start field. Clicking a field without SetStart active will trigger the calculation and display of the route.

Select Hiddenwalls on? and then Generate to create a playing field with the hidden walls (described in the paper) on.

About

A* Search / Pathfinding Algorithm in Javascript, adjusted for the term paper of "Applied Computational Intelligence", MSc Medical Informatics @ FHNW Switzerland.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.3%
  • CSS 4.7%
  • HTML 3.0%