Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

AStar

Simple implementation of A* pathfinding algorithm.

Features

  • Option to allow diagonal movement. (By default, it's allowed)
  • Option to initialize heightmap with step height.
  • Option to add interactive nodes which cannot be walk through, but can be walk to.
  • Optimized heap for faster path calculation.

About

Simple implementation of A* pathfinding algorithm

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.