
com.kelseyde.calvin.board.ChessVariant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of calvin-move-generator Show documentation
Show all versions of calvin-move-generator Show documentation
A magic bitboard based chess move generator.
The newest version!
package com.kelseyde.calvin.board;
public enum ChessVariant {
STANDARD,
CHESS960,
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy