A collection of javascript libraries for vector math, grid, pathfinding and other useful things for building small javascript games.
Modula.js is licensed under the MIT license.
bower install modula-js
Each JS file can be independently imported directly as a script tag:
<script src="V2.js"></script>
Or as a Node.js
module:
var V2 = require("./V2.js");