Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.15 KB

File metadata and controls

52 lines (35 loc) · 1.15 KB

python-pathfinding

This project is a simple demonstration on how to implement the A* algorithm in Python using pygame.

Requirements

  • python>=3.7

Installing the project and running the project

Linux

Due to some settings regarding Python packages management, it's not possible installing the application package without the risk of conflicting packages. Thus, it's recommended that pipx is installed before installing the application.

sudo apt install pipx # Use your system's package manager. This is just an example

After that, you can safely execute the application without worrying about conflicting packages. Go to the project's root directory and execute this command.

pipx install .

Then run

moura-pathfinding

Running that command should lead you to the application where you can see pathfinding working.

Windows

There's an installer for Windows. Just run it and install it

Licence

MIT Licence