Skip to content

LuisMayo/Complete-Pathfinding-Pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complete-Pathfinding-Pack

Description

This is a basic pathfinding system that will help you to set an AI (or any other thing!). It is not designed thinking in different algorithms. It is designed to give a lot of functions in the same system so it's easy to save targets, add/remove obstacles... It just extends the original pathfinding system

Important Features!

  • As easy as one line of code
  • Support for dynamically adding of obstacles
  • Support for multi-target support with priority
  • Low RAM and CPU use
  • Pure GML so all current and future platforms are supported

Here you can see the marketplace page and you can check a little clip

Contributing

Since this is a tiny project we don't have strict rules about contributions. Just open a Pull Request to fix any of the project issues or any improvement you have percieved on your own. Any contributions which improve or fix the project will be accepted as long as they don't deviate too much from the project objectives. If you have doubts about whether the PR would be accepted or not you can open an issue before coding to ask for my opinion.