Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.
Derek Detweiler edited this page Aug 16, 2017 · 19 revisions

Platypus facilitates rapid creation and deployment of new 2D platformer games using HTML5. 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 walk-throughs on implementing aspects of the engine and the reference for detailed explanations of engine components.

Requirements

  • The Tiled map editor for level creation.
  • SpringRoll for application management.
  • Pixi.js for rendering visuals.

Key Features

  • Deploy on any HTML5 platform supported by SpringRoll
  • Multi-platform support
  • Automatic scaling
  • Touch and keyboard input
  • Component-based development model
Clone this wiki locally