Search in sources :

Example 1 with Neighbors

use of core.neighbor.Neighbors in project solution-finder by knewjade.

the class LockedNeighborReachableTest method createLockedNeighborReachable.

private LockedNeighborReachable createLockedNeighborReachable(Injector injector, int maxClearLine) {
    MinoShifter minoShifter = injector.getInstance(MinoShifter.class);
    Neighbors neighbors = injector.getInstance(Neighbors.class);
    return new LockedNeighborReachable(minoShifter, neighbors, maxClearLine);
}
Also used : Neighbors(core.neighbor.Neighbors) MinoShifter(core.mino.MinoShifter)

Aggregations

MinoShifter (core.mino.MinoShifter)1 Neighbors (core.neighbor.Neighbors)1