In my current game, I am moving a car around by the standard turn and movement functions. I am wondering if there is an example of code that takes the current cars speed into consideration, and when it turns, it turns in a wider circle than if it was going slower. Kind of like a simple 2d physics engine.
Is there an example of code that I can look at?
thanks