Web Site
- Run
install.bat
orinstall.sh
. - Execute
execute_on_browser.bat
orexecute_on_browser.sh
. - Specify commands to run AIs.
- Click "Run Game".
For detailed instructions, see Readme.ja.md.
Here are some basic instructions on how to run the server.
In order to run the server you need to install Node.js (and the bundled npm) from the Node.js site. Other developer tools that you need can then be installed by running the following npm commands:
npm install -g grunt-cli
Optional, but recommended for development:
npm install -g node-inspector
Dependencies can be installed by running the following commands:
npm install
Finally the server can be started by running this command:
npm start
See NOTICE.