All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fathzer.chess.utils.model.Variant Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
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