@andreabiagini5/applicazioni-e-servizi-web-project - v1.1.3
    Preparing search index...
    • Adds a move to the match corresponding to the provided ID, if it is valid.

      Parameters

      • matchId: string

        the ID of the match in which the move has to be added.

      • movingPlayer: string

        the player who is making the move.

      • newMove: Move

        the move to be added.

      Returns Promise<boolean>

      true if the move has been successfully added, false otherwise.