• Stars
    star
    102
  • Rank 335,584 (Top 7 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 13 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

top down car game example for box2d an gamejs
This is a simple as I could make it example of a HTML5 top-down car game using gamejs javascript game framework and box2d physics engine.

Live example at: http://domasx2.github.com/gamejs-box2d-car-example

Based on http://www.emanueleferonato.com/2009/04/06/two-ways-to-make-box2d-cars/ and http://www.banditracer.eu.

The basic idea is to rotate front wheels when user steers and apply engine force on them. Wheels are connected to the car and drag it along.
Remove sideways velocity from all wheels every frame to simulate tire friction.
This model does not allow for drifting, but is very servicable for arcade top down car games.