https://github.com/rooklift/iodine
Realtime viewer for Halite 3 games
https://github.com/rooklift/iodine
halite halite3
Last synced: about 1 month ago
JSON representation
Realtime viewer for Halite 3 games
- Host: GitHub
- URL: https://github.com/rooklift/iodine
- Owner: rooklift
- Created: 2018-10-26T14:36:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T15:17:50.000Z (about 7 years ago)
- Last Synced: 2025-03-18T20:40:09.527Z (over 1 year ago)
- Topics: halite, halite3
- Language: JavaScript
- Homepage:
- Size: 47.9 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iodine 🐢
This is a realtime viewer for Halite 3 games.
* You will need Electron
* You will need a recent version of the *[dubnium engine](https://github.com/fohristiwhirl/dubnium)* (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 pack` and then call it
* The dev tools (in the File menu) may give useful info if there's trouble
