2.0.1 • Published 9 years ago

rd.chip v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

rd.chip

A puzzle game created for RobotDan.

Installation

  npm install rd.chip --save

Usage

  var Chip = require('rd.chip');
  var chip = new Chip(canvas);
  chip.start();

Tests

  npm test

Release History

  • 2.0.1 Package Game directly
  • 2.0.0 Use rd.common.Game2D
  • 1.2.0 Only expose /dist folder
  • 1.1.0 Add explicit lodash dependency
  • 1.0.1 Small bug-fix
  • 1.0.0 Initial release
2.0.1

9 years ago

2.0.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago