# mylizzie **Repository Path**: nextweek/mylizzie ## Basic Information - **Project Name**: mylizzie - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-02 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mylizzie ![screenshot](https://images.gitee.com/uploads/images/2020/0719/080714_385682fb_12899.png "屏幕截图.png") A go game analyzer based on [Leela Zero](https://github.com/gcp/leela-zero). Derived from [featurecat's Lizzie](https://github.com/featurecat/lizzie). Licensed under GPL v3. Thanks for [cngoodboy](https://github.com/cngoodboy/lizzie) for some code contributions. Thanks for toomasr for his [sgf4j](https://github.com/toomasr/sgf4j) project. This project contains some of his codes. ## How to build You need [Apache Maven](http://maven.apache.org/). 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](https://github.com/featurecat/lizzie). Download an official lizzie release and copy mylizzie's jar and lib into the official lizzie release and happy to use it.