#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
- Python version (I am using 3.10.6)
- pygame (python -m pip install pygame)
- argparse (pip install argparse)
#Instruction
- Run python main.py --a --start 1 1 --end 30 30
- Create Maze by right clicking mouse
- After finishing maze hit enter