Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 847 Bytes

readme.md

File metadata and controls

27 lines (22 loc) · 847 Bytes

A* Pathfinding

Guide used

Updates

  • Added diagnal movement
  • Added obstacles
  • Converted to use canvas
  • Drag and drop end point with updating path
  • Smoothed line drawn for path
  • Reads data directly from maze image

Mazes generated with

Demo in codespace

  • Open this repo in a codespace
  • Start the server.py
  • Open link listed under port 8000 (ports tab above the terminal)

Results