Skip to content
This repository was archived by the owner on Apr 15, 2022. It is now read-only.
Scott Cummings edited this page Oct 31, 2013 · 19 revisions

This 2D platform engine facilitates rapid creation and deployment of new 2D platformer games using HTML5, JS and CSS. The engine allows fashioning a customized game via a series of settings files as well as additional extension and customization via a component-based development model. Check out the guides for walkthroughs on implementing aspects of the engine and reference for detailed explanations of engine components.

Key Features

  • Deploy on any HTML5 platform (supported browsers listed below)
  • Multi-platform support
  • Automatic scaling
  • Touch and keyboard input
  • Component-based development model
  • Thorough documentation

Technology

The game engine is comprised of HTML5, JavaScript, and CSS. The CreateJS suite of libraries comprises the foundational core for preloading assets, rendering animations, and playing audio. The engine accepts level definitions created using the Tiled map editor and exported using JSON file format.

Supported Browsers

  • Internet Explorer 9+
  • Firefox 23+
  • Chrome 28+
  • Safari 6+
  • Mobile Safari iOS 5.1.1 +
  • Android Default Browser 2.3.7 +

Clone this wiki locally