This project is an interactive grid for visualizing pathfinding algorithms. The grid allows you to dynamically explore how different pathfinding algorithms work. It uses the following technologies:
- Vue 3 (with Typescript & Composition API)
- TailwindCSS
- Algorithmes and Data Structure
- Interactive grid for pathfinding visualization
- Movable start and end points
- Add and remove walls dynamically
- Supports various pathfinding algorithms
- Animated paths to show the algorithm in action
- Clear pathing and visited cells
cd client/
pnpm install
pnpm dev