Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 388 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 388 Bytes

astar-algorithm-cpp in 3 Dimensions

Summary

Fork from https://github.com/justinhj/astar-algorithm-cpp for implementing a custom A* algorithm for working on 3D grids.

See README.md.origin for details from justinhj ; and thanks for his efficient code !

License

This software is released under the MIT License, see license.txt

FHedin