loco-choco / creature-control

This is a Outer Wilds Mod that adds a stack for path generation and path following.
0 stars 0 forks source link

Path Generator #2

Open loco-choco opened 2 months ago

loco-choco commented 2 months ago

Implementation of some path generator algorithms implementing the same "Path Generator class" interface.

loco-choco commented 1 month ago

f778b591a657f52e853a9025075bc92c8c4d7304 adds a A* Implementation (which needs to be revised) and tools to test it.