A module for dealing with 2-dimensional tile maps.
The code is written in node, browserified, then tested with mocha in the frontend.
Test:
- `browserify main.js > bundle.js
- Open test/test.tiles.html in chrome
Use:
- Install with bower for frontend use
- Install with npm for node use