This program will allow users to interactively visualise many different pathfinding algorithms.
- Clone the repository
git clone https://github.com/hey2022/pathfinding.git - Enter the directory
cd pathfinding - Setup the virtual environment
python -m venv venv - Activate virtual environment
.\venv\Scripts\activate - Install dependencies
pip install -r requirements.txt
- Clone the repository
git clone https://github.com/hey2022/pathfinding.git - Enter the directory
cd pathfinding - Setup the virtual environment
python -m venv venv - Activate virtual environment
source ./venv/bin/activate - Install dependencies
pip install -r requirements.txt
- Activate the virtual environment
- Run
python main.py
LMBto create awall nodeRMBto clear anodesto set thesource nodetto set thetarget nodecto clear the boardtabto cycle which pathfinding algorithm to useenterto run the pathfinding algorithm