Function look

  • Looks at the current state of the board.

    Returns

    the state of the board, in the format described in the ps4 handout

    Parameters

    • board: Board

      a Memory Scramble board

    • playerId: string

      ID of player looking at the board; must be a nonempty string of alphanumeric or underscore characters

    Returns Promise<string>

Generated using TypeDoc