BlitzGameController

Companion object of blitz game controller

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

case object NextQuiz extends ParameterlessAction

action to go to the next quiz in the controller of a blitz game

action to go to the next quiz in the controller of a blitz game

case class SelectAnswer[T](actionParameter: Option[T]) extends Action[T]

action to select an answer in the controller of a blitz game

action to select an answer in the controller of a blitz game

Inherited classlikes

case object Back extends ParameterlessAction
Inherited from:
BackAction

Value members

Concrete methods

def isGameStagePlayable(gameStage: GameStage): Boolean