Registration:
- on page http://server/codenjoy-contest/help
- you can read game instructions
- server = server_host_ip:8080 server ip inside your LAN
- server = codenjoy.com if you play on http://codenjoy.com/codenjoy-contest
- you can read game instructions
- register your hero on server http://server/codenjoy-contest/register
- copy board page browser url from address bar and paste into url variable of Runner.js
- write your own bot at 'get' function
For JavaScript with browser:
- write bot
- run run-client.html
For JavaScript with node.js:
- install Node.js from http://nodejs.org/
- update Path System variable - add node.js root folder
- setup new node.js library - run
- npm install ws
- write bot
- run run-client.bat