frontend
    Preparing search index...

    Function isPositionPlayable

    • Check if a board position can accept a card placement.

      Parameters

      • tablePlaced: number[]
      • suit: number
      • value: number
      • tunnelEnabled: boolean
      • endStopEnabled: boolean
      • tunnelSkipWidth: number = 0

      Returns boolean