Type Alias GridNeighbourSelectionLogic

GridNeighbourSelectionLogic: {
    getNeighbours?: GridIdentifyNeighbours;
    select: GridNeighbourSelector;
}

Logic to select the next cell based on a list of neighbours

Type declaration