This is a simple node service that will run the game visualization locally, and auto-reload anytime a new HLT is generated. This makes it easy to tweak your bot, run a local battle, then view the results.
- brew install npm # (I use homebrew)
- npm install -g babel-cli
- npm install --save-dev babel-preset-es2015
- npm install
- npm install ejs
- npm start &