/mylizzie

Go analyzer for Leela Zero. Derived from featurecat's Lizzie. Licensed under GPL v3.

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

mylizzie

screenshot

A go game analyzer based on Leela Zero. Derived from featurecat's Lizzie. Licensed under GPL v3.

Thanks for cngoodboy for some code contributions.

Thanks for toomasr for his sgf4j project. This project contains some of his codes.

How to build

You need Apache Maven. After maven set up, go to the source directory and type

mvn package

And you will get the built jar with its dependencies in target/distribution directory.

Note that this only builds the executable jar. In order to make mylizzie work, you need to get the other binaries from Lizzie. Download an official lizzie release and copy mylizzie's jar and lib into the official lizzie release and happy to use it.