Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Path Finding Visualizer

Overview

  • This is an interactive A* Path Finding Visualizer built using ReactJS and CSS3.
  • It helps users visualize the process of finding the shortest path on a grid using the A* algorithm.

Features

  • Interactive grid with start and end points
  • Real-time A* pathfinding visualization
  • Adjustable grid size
  • Randomly adds obstacles to the grid

Technologies Used

  • ReactJS for the user interface
  • CSS3 for styling and animations

How It Works

The A* algorithm uses a heuristic approach to find the most efficient path from start to finish while considering obstacles and grid boundaries.

To Run

    npm run dev

Randomly Generated Path

Screenshot 2025-01-25 at 12 58 37 PM

About

A* Path Finding Algorithm ReactJS

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages