- register your hero on server http://server/codenjoy-contest/register
- read the rules: https://epam-botchallenge.com/rules
- copy board page browser url from Rules page and paste into url variable of Runner.js
- write your own bot at 'get' function in
Runner.js
- write bot
- run
run-client.html
- install Node.js from nodejs.org
- update Path System variable - add node.js root folder
- setup new node.js library - run
npm install ws
- write bot
- run client
run-client.bat