Skip to content

jemaf/a-quad-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A[Quad]Star

This is a proposal to improve A* pathfinding performance for dynamic environments. To achieve that I used QuadTrees as map's data structure. This way the search tree is automatically compressed on quadrants that does not contain obstacles.

About

An A* pathfinding algorithm built upon quadtree representation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published