Interactive CPR doll

WHAT IS IT? For our project, we decided to make an interactive CPR doll that could teach small kids how…

LEDs Sequences – Week 6

For this assignment, I have created four sequences and made the program play them in order as time passes by.…

Week 5- Eye Pattern

  CODE: void setup() { background(0); size(500, 500); noLoop(); } void draw() { for (int i=0; i<60; i++) { boolean…

Week 4 – Black Hole

For this weeks assignment, I have decided to write a code that will draw a black hole.   CODE: void…

Week 3 – Grand Budapest Hotel Animation

  Code: float xdoorPos=108; float xdoorDir=2; float ydoorPos=133; float ydoorDir=0; float xldoorPos=980; float xldoorDir=2; float yldoorPos=133; float yldoorDir; void setup()…