Instructions

hide
Click within the blue grid and drag your mouse to draw obstacles.
Drag the yellow node to set the start position.
Drag the cyan node to set the end position.
Choose an algorithm from the right-hand panel.
Click on the speak button and speak the code for chose algorithm.
Click Start Search in the lower-right corner to start the animation.

Algorithms Details

Code : hello 1 --- A*   
Code : hello 2 --- Jump-Point-Search   
Code : hello 6 --- IDA*  
Code : hello --- Breadth-First-Search  
Code : hello 3 --- Depth-First-Search  
Code : hello 4 --- Best-First-Search  
Code : hello 7 --- Dijkstra  
Code : hello 5 --- O-J-P-Search   
Code : hello 9 --- Trace-Search  
Heuristic functions   
Manhattan  
Euclidean  
Chebyshev  
Octile

Select Algorithm

A*

Heuristic





Options





IDA*

Heuristic





Options






Breadth-First-Search

Options




Depth-First-Search

Options




Best-First-Search

Heuristic





Options




Dijkstra

Options




Jump Point Search

Heuristic




Options


Orthogonal Jump Point Search

Heuristic




Options


Trace

Heuristic





Options