Basic Top-Down Movement
A basic implementation of 8-way, top-down movement, explaining how it works and why.
A basic implementation of 8-way, top-down movement, explaining how it works and why.
An implementation of linear acceleration and deceleration using 8-way, top-down movement, explaining how it works and why.
An implementation of 8-way, top-down movement using a basic steering function to govern acceleration and deceleration, explaining how it works and why.
An implementation of 8-way, top-down movement using an easing function to govern acceleration and deceleration, explaining how it works and why.