Week 4
I haven’t quite gotten the hang of nested for loops yet, but this sketch was good practice. I have auto-refresh on because I like to see how slight adjustments change things in real time. Only issue comes when typing out loops: if you create an infinite loop or something else problematic while in the process of typing it, the program with crash. So I’ll often comment out my loops until I’ve fully typed them and closed them up, to avoid any inadvertent errors that make p5 angry at me. I needed to decrease the x values for value = value + x for this sketch vs. the one with only two eyeballs. For some reason everything moved much more quickly once there were many of them.