Demo of various Pathfinding algorithms implemented in JS (A*, BFS, DFS)
Please avoid resizing the browser in the middle of the DEMO ×

Demo Manual

This is a DEMO implementation of the 3 basic pathfinding algorithms using Javascript language. It is a test-driven implementation, so you can enable and see the Unit Tests with the button downwards. In order to execute the demo, follow the instructions.

The steps are the following.
  • Press the button to set the obstacles in the map.
  • Press the button to set the positions of the 2 robots.
  • Press the button to execute the DEMO

Animation Speed

Set obstacles in the map

Number of Extended Nodes :

Number of Nodes in path :

×
Enable Unit Tests