Top Down Car game

I would like to make a top down Car game.
I want the car to accelerate, brake and turning right and left.
Do i need to use a behaviour?

Thanks!

Here’s an example top down car game. You could use this as an initial engine I guess, or just learn the code and check the behaviours of the objects etc…
https://editor.gdevelop-app.com/?project=example://basic-topdown-car-driving

1 Like

This should also help

Thank you very much, that was helpful.
How can I make the car drifting?

thank you.

There’s probably a few different ways, but one I can imagine would be to apply a force on the key release for a brief time. So when your acceleration key is released, and the object is still turning, then apply a force of a particular amount. You might need to experiment with how much force to apply to make it look like a realistic drift.
@The_Gem_Dev video has a lot of great info in there, I’d definitely recommend going through the whole tutorial.