-
Download Meteor
-
Install Atom from https://atom.io
-
Install the
atom-terminal
package -
Download the source code from http://bit.ly/1JU0voF
-
Extract the ZIP archive into your Documents folder
entity.isMovable = true
// Required
entity.x: Number
entity.y: Number
entity.xDirection: {LEFT, RIGHT, null}
entity.yDirection: {UP, DOWN, null}
entity.speed: Number
// Set by server
entity.x: Number
entity.y: Number
entity.xVelocity: Number
entity.yVelocity: Number
entity.angle: Number