JavaScript Pathfinding Experiment
Demo : https://buzzcloud.com.au/pathfinding/
- Click or Drag to place walls.
- Select a finding method
- Start!
- Finds the target using the most efficient calculations
- Will go through diagonal gaps in walls
- Finds the target, but will prefer to go straight instead of diagonal when its the same number of steps
- Will go through diagonal gaps in walls
- Finds the target using straight lines only
- Will go directly to the target
- Ignores walls