Contains function to return how, if possible, to use the obvious or hidden single strategies at a specific cell.

Hierarchy

  • SingleStrategies

Constructors

Methods

Constructors

Methods

  • Returns the number to place at the cell if the obvious or hidden single strategy can be used.

    Returns

    The number to place at the cell if the obvious or hidden single strategy can be used, otherwise -1.

    Parameters

    • board: Cell[][]

      2d Cell array representing the board.

    • row: number

      Row of the cell.

    • column: number

      Column of the cell.

    Returns number

Generated using TypeDoc