Skip to content

This repository consists of code for visualization of working of A Star Algorithm. The visualization tool has been developed using Pygame.

Notifications You must be signed in to change notification settings

kishore-s-15/A-Star-Algorithm-Visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Star Algorithm Visualization

This repository consists of code for visualization of working of A Star Path Finding Algorithm. The visualization tool has been developed using Pygame.

Demo

Demo Image

Project Directory Structure

  ├── A-Star-Algorithm-Visualization        # Root Folder
    ├── imgs/                               # Folder which contains demo image
    ├── .gitignore                          # .gitignore file
    ├── colors.py                           # Python file which contains various colors used in the visualization
    ├── main.py                             # Main File of the project

Installation

  1. Clone the repository into a folder
$ git clone https://github.com/kishore-s-15/A-Star-Algorithm-Visualization.git
  1. Install the dependency
pip install pygame
  1. Then run the following command from the project directory
python main.py (or) python3 main.py

About

This repository consists of code for visualization of working of A Star Algorithm. The visualization tool has been developed using Pygame.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages