1 2 3 4 5 6 7 8
b - t - b t - -
b - t - b t - -
b - t - b t - -
b - b - t - - -
12345678
Qb-s-bs--
Qb-s-bs--
Qb-s-bs--
Qb-b-s---
“Anything that is worth teaching can be presented in many different ways.” - Howard Gardner
function setup() {
createCanvas(windowWidth, windowHeight);
}
function draw() {
frameRate(5);
background(17,17,17,40);
fill(231,173,82);
noStroke();
x = random(width);
y = random(height);
ellipse(x, y, 100, 100);
}
* once you know a little bit about HTML, CSS, JS, ...
12345678
Qb-s-bs--
“I hear and I forget.
I see and I remember.
I do and I understand.”
- Confucius