jamesrayman / HCN

A submission to MIT BattleCode 2019
0 stars 0 forks source link

Pathfinding #1

Closed jamesrayman closed 5 years ago

jamesrayman commented 5 years ago

Devise an efficient pathfinding system.

Comments:

jamesrayman commented 5 years ago

https://en.wikipedia.org/wiki/D*

jamesrayman commented 5 years ago

Dynamic BFS might be more efficient than D*