Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

  • gameStarted(): boolean
  • Get if the game is started.

    Returns boolean

  • isRequesting(): boolean
  • Get if a request is being processed.

    Returns boolean

  • isRunningInTournament(): boolean
  • Running the game in the tournament.

    Returns boolean

  • isSoundMuted(): boolean
  • Get if the sound is muted from playdapp-tournament.

    Returns boolean

  • requestEndGame(score: number): void
  • Request the end of the game with a score to playdapp-tournament.

    Parameters

    • score: number

      The score to send.

    Returns void

  • requestStartGame(): void
  • Request the start of the game to playdapp-tournament.

    Returns void

Generated using TypeDoc