Skip to content

LizGoban 0.6.0

Compare
Choose a tag to compare
@kaorahi kaorahi released this 20 Mar 13:29

ladder detection & auto-continuation

  • Upgrade KataGo to 1.8.1.
  • Indicate inevitability of each move by its font size in suggested variations (KataGo only).
  • Show X mark on suggested variations when it is updated in the background.
  • Improve loading of nested SGFs, e.g. AlphaGo Games, so that we can read them conveniently:
    • Push the corresponding key (d, e, ...) for each branch (d, e, ... in dotted squares) to preview its sequence with comments.
    • Click one of branches (or hit Enter key in the above preview) to watch it in another trial board.
    • Click "x" mark at the right top of the board to close it and return to the main branch.
  • Implement side by side comparisons of the principal variation and the actual succeeding moves, etc.
  • Add stars to personal exercise book. Starred exercises will appear more often.
  • Support restriction of analysis region by Alt+drag like KaTrain.
  • Slightly improve Tsumego frame (boundary, analysis region).
  • Insert/delete moves in the middle of the game by Ctrl+Shift+click.
  • Insert a black (white) stone by b(w)+click.
  • Add pair Go to "File" menu and preset in config.json.
  • Add "resize to 19x19" into "Flip..." in "Edit" menu.
  • Copy SGF comments to the clipboard when they are clicked.
  • Accelerate quick overview.
  • Automatically mark ladder breakers as "=" and show the continuation of the ladder by "=" key (experimental).
  • Experimentally support external control of LizGoban from another program.
  • Fix minor bugs.

Incompatibilities:

  • Upgrade libraries (Electron 11, etc.). So you may need to do "npm install" again.

To use it on 64bit Windows immediately

Just download the all-in-one package (LizGoban-*_win_*.zip), unzip it, and double-click LizGoban *.exe. You do not need installation, configuration, additional downloads, and so on. Its file size is due to the built-in engine:

You can switch KataGo versions (CPU, modern CPU, GPU) by [Preset] menu in LizGoban. The first run of the GPU version may take a long time (1 hour on a low-spec machine, for example) for its initial tuning.

To customize it on 64bit Windows

If you want to use other engines, network files, options, ...

  1. Prepare engines (Leela Zero and/or KataGo) and their network files (aka. weights, models) by yourself, if necessary.
  2. Download and unzip the same all-in-one package as above.
  3. Copy sample/config.json to the same folder as LizGoban *.exe and edit it. See README for its format.

To use it on other platforms (Mac, Linux, ...) or Windows with more flexible configuration

Download the source code and see README.md.