Skip to content

Simple demonstration of the A* algorithm using Python and pygame

License

Notifications You must be signed in to change notification settings

smolBlackCat/python-pathfinding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple demonstration of the A* algorithm using Python and pygame

Resources

License

Stars

Watchers

Forks

Packages

No packages published