dev icon indicating copy to clipboard operation
dev copied to clipboard

Press the . key on any repo

Results 135 dev issues
Sort by recently updated
recently updated
newest added

let cor; let circuloX; let circuloY; function setup() { createCanvas(400, 400); background(color(100, 0, 0)); cor = "color(random(0, 255), random(0, 255), random(0,255))"; circuloX = [0, 0, 0]; circuloY = [random(height), random(height),...