Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 677 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 677 Bytes

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>