My concept is that I’m buggy, so I used bugs.
This code was particularly awesome:
// I'm a big bug
textSize(150);
text("🐞", 10, 250);
Reflection
I like the bugs, but next buggier
My concept is that I’m buggy, so I used bugs.
This code was particularly awesome:
// I'm a big bug
textSize(150);
text("🐞", 10, 250);
Reflection
I like the bugs, but next buggier
My concept was
My concept was to depict myself as an angry circle. When I’m provoked I get and increasingly large.
This part is particularly amazing
if (mouseIsPressed) {
fill("red");
circle(mouseX, mouseY, bigCircleSize);
} else {
fill("green");
circle(mouseX, mouseY, 50);
}
Concept
aldskfjasf
You guys are great
Amazing writing answering all the prompts.
This code for the circles is amazing:
fill(color(x, y, x+y)); // Set the fill color based on the position ellipse(x, y, x, 80);
In future I would use diagonal lines to represent my dynamic spirit.
Concept
Code snippet
// Declare in the global scope
// All functions will have access to this variable
let myRandomNumber;
function setup() {
createCanvas(300, 400);
myRandomNumber = random(255); // How can we find out what a variable's value is? print()
let myRoundedNumber = round(myRandomNumber);
print('myRandomNumber = ' + myRandomNumber);
print('myRoundedNumber = ' + myRoundedNumber);
}
The reading was great
Some great description.
I’m really proud of the ellipses. They represent my spirit.