top of page
  • Writer's pictureAlina Liu

Week 4: Loops

This week I did my own algorithmic design inspired by the 10 PRINT pattern. Originally the 10 PRINT was made up of lines drew diagonally, followed the repetition rule. I used the same if (random(1) > 0.5) rule, but wanted to do something with shapes. The first sketch was just having circles with random colors, and they randomly skip rows.


Then I attempted to add a condition inside another condition, like what we did in class to put a loop inside a loop. I also tried the slider() function so that the size of the circles could be adjusted.





Here is the link to the sketch



3 views0 comments

Recent Posts

See All
Post: Blog2_Post
bottom of page