Skip to content

aykahs/pathfinder-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathfinder-algorithm

#A* algorithm

python main.py --a --start 1 1 --end 30 30

#Breadth First Search

python main.py --bfs --start 1 1 --end 30 30

#Requirement

  1. Python version (I am using 3.10.6)
  2. pygame (python -m pip install pygame)
  3. argparse (pip install argparse)

#Instruction

  1. Run python main.py --a --start 1 1 --end 30 30
  2. Create Maze by right clicking mouse
  3. After finishing maze hit enter

pathfinding

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages