Stefan4472 / GalaxyRun

A space-themed infinite runner for Android
GNU General Public License v3.0
0 stars 0 forks source link

PathFinding #139

Closed Stefan4472 closed 2 years ago

Stefan4472 commented 2 years ago

Implement path-finding to find good paths through chunks. This is necessary for laying coin trails (and is also just cool to implement)

Stefan4472 commented 2 years ago

Working in a simple version, but still need:

Also double-check that the algorithm is implemented as it should be (Dijkstra)

Stefan4472 commented 2 years ago

Good enough for now.