Skip to content

The-Research-Scientist-Pod/pathfinding-visualizer

Repository files navigation

Pathfinding Algorithm Visualizer

An interactive web application for visualizing various pathfinding algorithms built with React and TypeScript.

Features

  • Multiple pathfinding algorithms (Dijkstra's, A*, BFS, DFS)
  • Interactive grid with walls and bombs
  • Animation controls
  • Algorithm comparison
  • Random maze generation

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • npm or yarn

Installation

  1. Clone the repository
git clone https://github.com/your-username/pathfinding-visualizer.git
  1. Install dependencies
cd pathfinding-visualizer
npm install
  1. Start the development server
npm run dev

Available Scripts

  • npm run dev - Starts development server
  • npm run build - Builds the app for production
  • npm run preview - Preview production build locally
  • npm run test - Run tests (when implemented)

Project Structure

[Copy the project structure we defined earlier here]

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published