This is a realtime viewer for Halite 3 games.
- You will need Electron
- You will need a recent version of the dubnium engine (a clone of Halite 3)
- Tell the viewer where dubnium is in
settings.json - The recommended setup is to have the iodine directory inside your halite folder
- Then you can do
electron ./iodine bot.exe "python somebot.py" -s 123 --width 32 --height 32 - Alternatively you can build the binary with
npm run packand then call it - The dev tools (in the File menu) may give useful info if there's trouble
