Currently it supports these algorithms:
- Breadth-first search
 - Depth-first search
 - Dijkstra's algorithm
 - A* search
 
Planned improvements:
- More algorithms!
- Bidirectional swarm
 - Convergent swarm
 
 - Better maze generation
 - Mobile support
 
This project is built with Vite. To run it yourself, follow the below steps.
npm install
npm run dev