Abstract Chess Hex
fun AbstractChessHex(rules: List<SpecialRulesHex<AbstractChessHex>> = listOf(), endConditions: List<EndConditionHex<AbstractChessHex>> = listOf(StandardEndConditionsHex()), startPlayer: Int = 0)
Content copied to clipboard