I created this repo gain a better understanding of react, as well as the most commonly used pathing algorithms.
https://acdlbs.github.io/VisualReactPathing/
- Tile.js Where logic for the individual tiles resides.
- PathingGrid.js Pathing algorithm and display logic.
to run locally:
- clone repo
npm install
npm start
- add maze generator
- add more algorithms (currently dijkstra's is implemented)