Skip to content

Repository files navigation

Description

This project is a visual representation of some pathfinding algorithms. The ones currently included are a bruteforce algorithm and an A* algorithm.

How to run

  1. Clone the repository

    git clone git@github.com:gdimitrovdev/Pathfinding.git
    

    or

    git clone https://github.com/gdimitrovdev/Pathfinding.git
    
  2. Create a virtual environment

    python -m venv venv
    
  3. Activate the virtual environment

    Windows:

    .\venv\Scripts\activate
    

    Linux/Mac:

    source ./venv/bin/activate
    
  4. Install the requirements

    pip install -r requirements.txt
    

How to use

Follow the instructions on the UI.

About

A visual pathfinding algorithm

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages