Wie führt man dieses Programm aus? Wie bekomme ich es? Github, Python, Programmierung?

1 Antwort

Steht unter "Getting started":

"To run this Python Pathfinder with Dijkstra's Algorithm, follow these steps:

  1. Clone the repository to your local machine
  2. Navigate to the project directory
  3. Install the required dependencies, including Pygame
  4. To run just type: pyhton3 main.py"

Du solltest git und python installieriert haben. Ohne git kannst du auch das Zip file (oben rechts in github) runterladen und entpacken - dann bei schritt zwei weitermachen.

git clone https://github.com/raphsenn/Python-Pathfinder-with-Dijkstras-Algorithm.git
cd Python-Pathfi* 
pip install pygame
python3 main.py
Woher ich das weiß:Berufserfahrung – Softwareentwickler als Nebenjob