LizGoban 0.4.0
To use it on 64bit Windows immediately
Just download the all-in-one package (LizGoban-*_win_*.zip
), extract 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 engines:
- Leela Zero 0.17 (CPU-only) + 15 blocks network (0c4ade79) on 2020-04-10
- KataGo 1.3.5 (OpenCL) + 15 blocks network (g170e-b15c192-s1672)
You can switch them by [Preset] menu in LizGoban. The first run of KataGo may take a long time (1 hour or more, for example) for its initial tuning.
To customize it on 64bit Windows (Leela Zero with GPU, etc.)
- Prepare engines (Leela Zero and/or KataGo) by yourself, if necessary.
- Download and extract the same all-in-one package as above.
- Copy sample/config.json to the same folder as
LizGoban *.exe
and edit it. See README.html 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
.
Major changes from 0.3.*
- Support better stone images. ("Stone" in "View" menu & experimental stone/board images in the above section)
- Support 9x9 and 13x13 in "File" menu. (See the above KataGo section to shorten their initialization.)
- Add "Rule" into "Edit" menu for KataGo v1.3.
- Add "Match vs. AI" into "File" menu.
- Add "Quick overview" into "Tool" menu.
- Enable "Undelete board" in Edit menu across sessions.
- Plot cumulative score loss.
- Show mistakes over stones.
- Add buttons "?<" and ">?" for previous and next something. (comment, tag, mistake, ko resolution, illegal move)
- Add indicators that suggest highlight scenes of the game (ko fights, etc.).
- Separate estimations by different engines in winrate graph.
- Show coordinates by "c" key.
- Wrap long press of left/right arrow at the beginning/end of games for convenience.
- Recognize handicap stones.
- Read variations in SGF.
- Show start-up log when engine is down.
- Improve thumbnails (delay, color, etc.).
- Add Japanese help.
- Fix blur in HiDPI display.
- Experimentally support saving/loading analyses in SGF. (See the above section.)
Incompatibilities:
- Upgrade libraries (Electron 8, etc.). So you may need to do "npm install" again.
- Recommended config.json is modified for KataGo 1.3.4. (See above.)
- "weight_dir" in config.json is obsolete now. (See above.)
- "label_for_white" is added to "preset" in config.json.
- "Komi" and "Info" are moved from [Tool] to [Edit] menu.
- The shortcut key
CmdOrCtrl+?
is changed from open_exercise_dir to load_recent_exercise.
Experimental features (not tested well)
You can put your favorite images of board and stones as board.png
, black.png
, and white.png
into the same folder as LizGoban *.exe
in the all-in-one package (before starting LizGoban). See also "To save/load analyses in SGF" in README.