if(x > 0) {
        var left = copy[x-1][y];
        if(countsForCavern(left)) { iterateCaverns(ct, x-1, y); }
      }