Skip to content

Lizzie v0.6 Simple Manual (draft)

zsalch edited this page Jul 9, 2019 · 4 revisions

New feature

  • Support for displaying Sgf comments: press key 'T' to toggle comment graph
  • Support read and write the Sgf with variations and more properties (TR, SQ, CR, MA, LB, MN and AW/AB/AE of Move)
  • Support switch multiple engine heights "engine-command": "./leelaz --gtp --lagbuffer 0 --weights %network-file", "engine-command-list": [ "./leelaz --gtp --lagbuffer 0 --weights leelaz_172_b1c", "./leelaz --gtp --lagbuffer 0 --weights human_best", "./leelaz --gtp --lagbuffer 0 --weights elf_1_62b", "./leelaz --gtp --lagbuffer 0 --weights leelaz_157_d35" ],
  • Support for custom theme and font, update new board and background
  • Support save the winrate etc. into the comment of Sgf (need turn on "append-winrate-to-comment" in the config.txt)
  • Support only display last move number: press key 'M' to toggle
  • Support use mouse click to navigate in variation graph
  • Support blunder bar in the winrate graph: press key Ctrl+W to toggle large winrate graph
  • Support new key shortcut: Ctrl+Left(To branch top), Ctrl+Shit+Up/Down(To previous/next comment node), Ctrl+Home(To clear board)
  • Support use different color to indicate move node in variation graph: press key 'Y' to toggle black/white color; press key Ctrl+T to toggle comment node
  • Support detect the sgf/gib file encoding
  • Support new move number in the branch, toggle by option 'new-move-number-in-branch'
  • Enhance the variation graph display
  • Fixed wrong winrate when playing a handicap game
  • Fixed: Display latest stone for ghost dead stone
  • Fixed some display issues
  • Allow user turn on/off the border by option 'show-border', default is turn off.
  • New theme 'yasnaya' by @ParmuzinAlexander

New config option

Support config.txt

  • show-border(false): Show border
  • only-last-move-number(0-All move number): Only show last move number
  • new-move-number-in-branch(true): New move number in the branch
  • large-winrate(false): To toggle large winrate graph show
  • show-blunder-bar(true): Show blunder bar
  • weighted-blunder-bar-height(false): The move change below 50% increases the display height, and the above 50% reduces the height. Currently only a simple weighted, the winrate change below 50% uses 75% of the display area, the above uses 25% of the display area.
  • dynamic-winrate-graph-width(false): To dynamically adjust the winrate graph width, when the move number is large, so can see clearly
  • show-comment(true): Show the comment graph
  • show-dynamic-komi: Show the dynamic komi by @alreadydone
  • append-winrate-to-comment(false): To save the winrate etc. into the comment of Sgf
  • show-coordinates(false): Show the coordinates

Support config.txt & theme.txt

  • black-stone-image: The black stone image path
  • white-stone-image: The white stone image path
  • board-image: The board image path
  • background-image: The background image path
  • font-name: The general font name
  • ui-font-name: The UI font name
  • winrate-font-name: The winrate font name
  • solid-stone-indicator(false): Use solid current stone indicator
  • shadow-size(100): The size of the shadow
  • winrate-stroke-width(3): The stroke width of the winrate line
  • winrate-line-color(Green): The color of the winrate line
  • winrate-miss-line-color(Blue.darker): The color of the line that missed the winrate
  • blunder-bar-color(255, 0, 0, 150): The color of the blunder bar
  • minimum-blunder-bar-width(3): The minimum width of the blunder bar
  • comment-background-color(0, 0, 0, 200): The background color of the comment graph
  • comment-font-size(minimum-16): The font size of the comment
  • comment-font-color(White): The font color of the comment
  • node-color-mode(0): To toggle the node color mode (All node color -> only black -> only white)
  • blunder-winrate-thresholds: The threshold list of the blunder winrate
  • blunder-node-colors: The color list of the blunder node following the 'blunder-winrate-thresholds'
  • show-comment-node-color(true): Show the node with the comment color
  • comment-node-color(Blue.brighter): The color of the node with the comment

New key shortcut

  • D - Toggle show dynamic komi by @alreadydone
  • M - Toggle show move number: [Not show] -> [All move number] -> [Only last move number]
  • T - Toggle show comment graph
  • Y - Toggle node color display: [All node color] -> [Only black] -> [Only white]
  • Ctrl+0 - Switch default engine
  • Ctrl+(1-9) - Switch engine
  • Ctrl+W - Toggle large winrate graph
  • Ctrl+T - Toggle show comment node color
  • Ctrl+Left - Go to the branch top
  • Ctrl+Home - Clear the board
  • Ctrl+Shit+Up/Down - Go to the previous/next node with comment