We are under the city watch.

Pattern made in p5js, It represents the almighty eye that is watching us in the city.

Pattern made in p5js, It represents the almighty eye that is watching us in the city.

code:

p5.js Web Editor

I created 2 grid repetitions with for loops, based on the 100-cells grid exercise. I wanted to make it unpredictable, so I used a lot of random functions with different max values, also the fill color (in HSL) and strokeWeight are random. At first, the variations were too fast, so I changed the frameRate to 10. Finally, I added 5 shapes (lines and ellipses) that creates an eye in the middle of the canvas, it also has random functions for x and y positions.

I LIKE IT!