- Edited
How to code Top-down 2D Car steering (Movement) ?
So, here is the general idea on how it should work..
Can you Please explain it via code or atleast explain the algorithm carefully ... :)
How to code Top-down 2D Car steering (Movement) ?
So, here is the general idea on how it should work..
Can you Please explain it via code or atleast explain the algorithm carefully ... :)
Here is a quick project I made that shows a bare bones way of achieving top-down steering like in the example pictures you posted. I just wrote the code using the first idea that came to me, so there may (and probably is) better ways of doing this.
Hopefully it will be helpful :smile:
Take a look at this series:
And this: http://codetuto.com/2016/12/godot-engine-game-tutorial-beginners-create-2d-racing-game-1/