/cj-boxcar-racing

A 2d-game and game-engine in HTML5, Canvas2d and Javascirpt

Primary LanguageJavaScript

CJ BoxCar Racing

Check our wiki for a manual and developers guide!

A 2D-game and game-engine in HTML5, Canvas2d and javascript!

This is a game-example and a 2DGame-engine in javascript that shows you a good example what is possible to do with the new HTML5 canvas elements.

The game-engine is light-weight, but still support high-level features like:

  • Physics with Box2D
  • TMX-level importer. where you can create complete levels with entities and collision directly in Tiled Level editor!
  • Animated sprites
  • Gui-menu system that uses HTML-elements and CSS for performance.
  • Parallax backgrounds
  • Multi-layer canvas. Use multiple 2d-context at once for creating complex sceenes.