Splime / Bacon-Poutine

A zombie game... except different!
3 stars 0 forks source link

Proper Movement #14

Closed Splime closed 12 years ago

Splime commented 12 years ago

Closely related to issue #12, we need constant movement of the player towards its new target. This should also involve actions, and will require pathfinding... and interpreting Anthony's aStar D:

Splime commented 12 years ago

Though I should add, this issue can be solved if I wuss out and use a non-optimal algorithm

Splime commented 12 years ago

So, all we need now is some sort of actual path finding, and then as time passes, the player continually moves

EDIT: Though we may want to do town loading first, and let the town buildings be nodes in order to use Anthony's aStar?

Splime commented 12 years ago

Basically done now, actual pathfinding isn't really there, but it's been moved into issue #15