https://editor.p5js.org/ruhanichatterjee_2k19bd44/sketches/V20GTq5kj

27 January 2021

function setup() {
  createCanvas(400, 400);
}

function draw() {
  background(220);
  
  fill(255,0,0);
  circle(150,100,30);
  
  fill(0,255,0);
  circle(220,250,50);
  
  fill(0,0,255);
  circle(50,200,30);
}

function setup() {
  createCanvas(400, 400);
  background(220)
}

function draw() {

  fill(0,0,139);
  blendMode(DARKEST)
  quad(25,20,25,20, mouseX,mouseY,50);
}

3rd February 2021

https://editor.p5js.org/ruhanichatterjee_2k19bd44/sketches/24WwGv3Z-

[](https://editor.p5js.org/ruhanichatterjee_2k19bd44/embed/24WwGv3Z-"></iframe>)

24th Feb 2021

https://editor.p5js.org/ruhanichatterjee_2k19bd44/present/oy37ZOhjF

24th March 2021 (wow an exact month)

https://editor.p5js.org/ruhanichatterjee_2k19bd44/sketches/wAmiTKXz5