/tiles

A module for dealing with 2-dimensional tile maps

Primary LanguageJavaScriptMIT LicenseMIT

tiles

A module for dealing with 2-dimensional tile maps.

The code is written in node, browserified, then tested with mocha in the frontend.

Test:

  1. `browserify main.js > bundle.js
  2. Open test/test.tiles.html in chrome

Use:

  • Install with bower for frontend use
  • Install with npm for node use