A port of Calvin chess engine's move generator.
WARNING: The official project of extracting the move generator of the Calvin chess engine is here.
As the official project is stalled for a while (no PR accepted since end of January 2025), this project is a fallback for delivering bug fixes on the official project.
If the official project is active again, this project will be archived without any notice!
- Java 17+
Add the following dependency to your project:
<dependency>
<groupId>com.fathzer</groupId>
<artifactId>calvin-move-generator</artifactId>
<version>0.0.1</version>
</dependency>