brean / python-pathfinding

Implementation of common pathfinding algorithms
https://brean.github.io/svelte-pyscript-pathfinding
MIT License
316 stars 64 forks source link

Walls with several sides #30

Open brean opened 4 years ago

brean commented 4 years ago

Implement an additional grid storing walls, similar to the javascript solution (and maybe an editor to easily create those walls): https://github.com/qiao/PathFinding.js/issues/185

UP929312 commented 1 year ago

@brean Please return to this!