Code viewer for World: 2nd ported world from p5 e...
let counter = 0;
let numberBalls = 8;
let xMult1 = 1.02;
let yTighten = 0.55;
let xTighten = 0.85;
let color1 = [73, 252, 124];
let color2 = [255, 187, 110];
let color3 = [116, 232, 230];
let color4 = [135, 255, 205];
let color5 = [255, 169, 135];

var xry = 0;
  
function setup() {
  createCanvas(400, 400);
  angleMode(DEGREES);
  frameRate(10);
  stroke (242, 78, 78);
}

function draw(){
  background(252, 212, 252);
  stroke(242, 78, 78);
  stroke(25, 155, 30, 20);
  let lineCount = 0;
  let rowCount = 0;
  let additionalRotate = 0;
  
  let noDraw = false;
 for(let x = 0; x < numberBalls+50; x++){
   lineCount++;
     for(let y = 0; y < numberBalls+10; y++){
       rowCount++
       let d = width/numberBalls;
       let xVal = 0;
       

       }
     
       }
     }