Skip to content
This repository has been archived by the owner on Nov 27, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 753 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 753 Bytes

CompactChessOpenings

CompactChessOpenings is an open-source Java 7+ library which adds all ECO openings to CompactChess.

The ECO openings are being sourced from niklasf/eco.

Maven

<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>