path2finding / visualizer

Interactive pathfinding visualizer with an emphasis on learning the algorithms 🎓
https://path2finding.com
2 stars 1 forks source link

Implement Space Component #39

Closed ShawnToubeau closed 4 years ago

ShawnToubeau commented 4 years ago

Build a space component that will populate the grid. Spaces can be of different types (open, wall, start point, end point).