jacobnb / EGP410_Assignment4

EGP410 group assignment.
0 stars 0 forks source link

Change the pathfinding to store data in a struct rather than directly in the nodes #2

Closed jacobnb closed 5 years ago

jacobnb commented 5 years ago

Storing data on the nodes will break interruptible pathfinding, all data needs to be localized to the pathfinding algorithm.

jacobnb commented 5 years ago

Done