Skip to content

carmooo/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

Pathfinder is a command-line tool that helps you find the shortest path between two points on a 2D plane, using Dijkstra's algorithm.

Installation

  1. Make sure you have Python 3.11 or higher installed.
  2. Install Poetry by following the instructions on their website: https://python-poetry.org/docs/#installation
  3. Clone this repository or download the code as a zip file and extract it.
  4. Navigate to the project directory in your terminal or command prompt.
  5. Run poetry install to install the required dependencies.

Usage

To run the program, use the following command:

poetry run python pathfinder/app --width <width> --height <height>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages