hzyhhzyProjects and notes
GitHub

Project / Analysis interface

QLizzie

A Qt 6 desktop analysis interface for Go, Gomoku, Hex, and related board games. It connects to KataGo/KataGomo-compatible GTP engines and keeps analysis, candidate moves, variations, and the game tree in one workspace.

  • Qt 6
  • C++17
  • GTP
  • KataGo / KataGomo
  • English / Chinese

What it does

One analysis board for several games

Board and candidates

Scalable boards, coordinates, move numbers, candidate markers, win rates, visits, scores, draw rates, and variation previews.

Game tree

Navigate branches, delete nodes, load and save SGF files, and keep per-node analysis cached while reviewing variations.

Multi-game display

Supports Go, Gomoku, Hex, Connect6, Reversi, Ataxx, Breakthrough, hexagonal Go variants, and free-grid analysis modes.

Interface

Go and Hex analysis

QLizzie showing a Go analysis position
Go analysis with candidate moves and the game tree.
QLizzie showing a Hex analysis position
Hex analysis using the dedicated hex-board display.

Run it

Download the interface, then add your own engine and model

The release package contains QLizzie itself. It does not bundle a KataGo/KataGomo engine or neural-network model; configure those through an engine preset before starting analysis.