Tagged Questions
1
vote
0answers
223 views
physics of 2D car racing game with heightmap
I want to develop a simple car racing game where the road is defined by a heightmap. It looks basically like this:
The player can use throttle and brake to control the car.
I'm wondering what the ...