
com.fathzer.chess.utils.model.Variant Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chess-test-utils Show documentation
Show all versions of chess-test-utils Show documentation
Some JUnit abstract test classes to test chess related libraries.
package com.fathzer.chess.utils.model;
/** Supported chess variants */
public enum Variant {
/** The standard chess variant */
STANDARD,
/** Chess960 variant */
CHESS960
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy