Pathfinder is a command-line tool that helps you find the shortest path between two points on a 2D plane, using Dijkstra's algorithm.
- Make sure you have Python 3.11 or higher installed.
- Install Poetry by following the instructions on their website: https://python-poetry.org/docs/#installation
- Clone this repository or download the code as a zip file and extract it.
- Navigate to the project directory in your terminal or command prompt.
- Run
poetry install
to install the required dependencies.
To run the program, use the following command:
poetry run python pathfinder/app --width <width> --height <height>