A debugging tool for recursive lookahead strategies.
- Node 9.4.0+
npm install
npm run dev
Once running, the server will be accepting socket connections on port 3003
. Implement the client class in to your battle snake server, and utilize the wipe()
, pushNode()
and finalData()
hooks to compile your data for the debugger.