This is a simple visualization of the A* pathfinding algorithm. To try it for yourself you must have Pygame installed
python3 main.py
- Click to create walls.
- Hold 'q' and click to create a start node
- Hold 'w' and click to create an end node
- Hold 'shift' and return to erase nodes
- Press 'return' to start visualization
- Press 'spacebar' to clear grid
- Press 'esc' to exit
pip install pygame