A genre of games dealing with entities participating in a competitive race. Reaching the finish line first may be optional.
9
votes
2answers
797 views
Does it require any license to use a real city landscape in a car racing game?
I'm now planning a casual car racing game that want to model some real cities sight into it. I doubt if there is copyright of the landscape or city planning of those real cities in the world. Can I ...
9
votes
3answers
755 views
Where to start for implementing vehicle physics?
A little background for myself. I am relatively experienced with 3rd part physics engines such as Havok, Box2D, Bullet and have successfully integrated them in custom engine(s). I have also made a ...
5
votes
4answers
929 views
Defining the track in a 2D racing game
I am designing a top-down racing game using canvas (html5) which takes a lot of inspiration from Micro Machines. In MM, cars can move off the track, but they are reset/destroyed if they go too far.
...