This project is a simple demonstration on how to implement the A* algorithm in Python using pygame.
- python>=3.7
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.
There's an installer for Windows. Just run it and install it