add some words
[OLD FALL 2017] 15-104 • Introduction to Computing for Creative Practice
Professor Roger B. Dannenberg • Fall 2017 • Introduction to Computing for Creative Practice
add some words
function setup() {
createCanvas(300, 300);
}
function draw() {
background(255);
strokeWeight(20)
fill(150)
ellipse(150, 150, 100, 70);
rect(150, 150, 100, 70);
}
first assignment
This is my first looking outwards post.