- NodeJS 0.8 installer http://nodejs.org/ or Cloud9 IDE http://c9.io with NodeJS
To activate your copy of the game you must create a setup file. The setup file must be manually created to prevent overwriting other devleoper's environments.
- Make of copy of js/setup.diff in the exact same folder
- Rename the copy setup.js
- Add your own custom setup.js code
- In a command prompt type "node server.js" from the root (if you don't have NodeJS, this step will fail)
- Make sure to leave the command line running, as stopping it will shut down your server's ability to serve files
- Go to http://127.0.0.1:8080 in Google Chrome and the game should run