1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: lizzie
Section: games
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Ximin Luo <infinity0@debian.org>
Build-Depends: debhelper-compat (= 13),
default-jdk,
maven-debian-helper (>= 2.1)
Build-Depends-Indep:
junit4 (>= 4.11),
libandroid-json-org-java,
libjhlabs-filters-java,
libjuniversalchardet-java (>= 1.0.3),
libmaven-shade-plugin-java (>= 3.1.1),
leela-zero <!nocheck>,
python3 <!nocheck>,
xauth <!nocheck>,
xvfb <!nocheck>,
fonts-open-sans <!nocheck>
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/java-team/lizzie.git
Vcs-Browser: https://salsa.debian.org/java-team/lizzie
Homepage: https://github.com/featurecat/lizzie
Rules-Requires-Root: no
Package: liblizzie-java
Architecture: all
Depends: ${misc:Depends}, ${maven:Depends}, fonts-open-sans
Recommends: leela-zero (>= 0.16)
Suggests: ${maven:OptionalDepends}
Provides: lizzie (= ${binary:Version})
Description: GUI for analyzing Go games in real time using Leela Zero
Features include:
.
- Show win rates and confidence levels for selected moves on the board
- Show best move sequence continuation, for these selected moves
- Displays a graph of winrate against move number
- Show whole game history including forked moves
- Interactive play including undo/redo
- Load and save games in SGF format
|