if(x < self.worldWidth-1) {
        var right = copy[x+1][y];
        if(countsForCavern(right)) { iterateCaverns(ct, x+1, y); }
      }