legalMoves

abstract fun legalMoves(state: State, actor: Actor): List<Move>

Concrete legal moves for actor given state (only non-empty when it is actor's turn to act).