https://github.com/rooklift/chlorine
Replay viewer for Halite 2, in JS (Electron)
https://github.com/rooklift/chlorine
halite halite2
Last synced: 4 months ago
JSON representation
Replay viewer for Halite 2, in JS (Electron)
- Host: GitHub
- URL: https://github.com/rooklift/chlorine
- Owner: rooklift
- Created: 2017-10-25T15:35:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T16:45:16.000Z (over 4 years ago)
- Last Synced: 2025-04-04T15:40:12.970Z (7 months ago)
- Topics: halite, halite2
- Language: HTML
- Homepage:
- Size: 363 KB
- Stars: 36
- Watchers: 6
- Forks: 6
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chlorine
Replay viewer for [Halite2](https://halite.io/), in JavaScript (Electron).# Installation
If you have npm and [Electron](https://electron.atom.io/) installed globally, you can do:
```
npm install
electron .
```If you only have npm, and don't want to install Electron globally, I'm told the following works instead:
```
npm install
npm install electron --save-dev --save-exact
./node_modules/.bin/electron .
```Finally, if you're on Windows, there's a prebuilt binary in the [Releases](https://github.com/fohristiwhirl/chlorine/releases) section.
# Other dependencies
* [node-zstandard](https://www.npmjs.com/package/node-zstandard) (gets installed by `npm install`)# Usage
Open a file from the menu, or via command line with `electron . -o filename.hlt`. Drag-and-dropping a file onto the window may also work. Once a file is opened, navigate with left and right arrow keys.
# Screenshot
