ragdoll

0.1.0 • Public • Published

ragdoll

A 2D JavaScript Game Engine

Install

$ cortex install ragdoll --save

Usage

var ragdoll = require('ragdoll');

Class: ragdoll(options)

new ragdoll({
    name: 'Hulk'
});
  • options Object description of options
    • name String description of options.name

Creates a new ragdoll instance.

<method-name>(foo, bar, [bee], boo)

  • foo String='foo' description of foo
  • bar Boolean= description of bar
  • bee Object [] indicates that it is an optional parameter
    • abc Buffer a property of bee, i.e. bee.abc
  • boo function(arg1, arg2) what is the method used for

Event: '<event-name>'

  • e Object the first parameter of the callback

ragdoll.<method-name>(arguments)

Readme

Keywords

Package Sidebar

Install

npm i ragdoll

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • kael