- An Android or iOS device.
 - The Brass Monkey App. (Available on the App Store or Google Play)
 - A modern browser.
 
or,
git clone [email protected]:brassmonkey/brassmonkeyjs.git
git submodule init
git submodule update
(Put brassmonkeyjs folder some where on an http server and then open it's url ../brassmonkeyjs/index.html. Working on making it be able to be hosted without a server via file:// too.)
Real Documentation coming soon. For now, see our recently made HTML5 SDK Introduction Slides..
Also checkout the demos for some example code.
- Get the SDK as mentioned above.
 - Files must be hosted in order to work.
 - On Mac/Linux you can just run './server' from the brassmonkeyjs folder and then open http://localhost:8080/
 - If on Windows you'll have to put the brassmonkeyjs folder somewhere and then navigate to whereever index.html ends up.