SimulationStep

class SimulationStep(gameInfo: GameInfo)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

currentPlayer
Link copied to clipboard
val currentPlayer: String
turns
Link copied to clipboard
var turns: Int
victoryType
Link copied to clipboard
var victoryType: VictoryType?
winner
Link copied to clipboard
var winner: String? = null

Sources

jvm source
Link copied to clipboard