CompactChessOpenings is an open-source Java 7+ library which adds all ECO openings to CompactChess.
The ECO openings are being sourced from niklasf/eco.
- More information
- Downloads (dependencies not included)
<repositories>
<repository>
<id>hellsh</id>
<url>https://mvn2.hell.sh</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>sh.hell</groupId>
<artifactId>compactchessopenings</artifactId>
<version>[1.1,2.0)</version>
</dependency>
</dependencies>