The module was constructed fairly easily by combining the files from Jonas Wagner's Javascript port of Box2DFlash into one large file, then exporting all the classes using
exports.b2ClassName = b2ClassName;
Pretty simple. Next step is to figure out how to turn mouse movement into forces that act on the various entities on the game board.
No comments:
Post a Comment