1st Earthshaker
2nd Earthshaker
function draw() {
background(255);
neurolinks();
tenstrikeTrioEarthShaker1();
noFill();
stroke(color(0, 0, 0));
circle(CX, CY, 2 * R);
}
function draw() {
background(255);
neurolinks();
tenstrikeTrioEarthShaker2();
noFill();
stroke(color(0, 0, 0));
circle(CX, CY, 2 * R);
}