Week 07_Creative Coding
Part 01:
What I found interesting about this Scratch project is how simple coding blocks like loops, movement, and broadcast messages are combined to create an interactive game. It shows how Scratch’s visual programming system can turn basic logic into a playful and engaging user experience.
https://scratch.mit.edu/projects/1286790763/
Part 02:
I created a simple generative drawing using p5.js. The artwork begins with a single line starting from the center of the canvas and moving in a random direction. As the line grows, it continuously extends across the space. When it reaches the boundary of the square, it changes direction and continues to travel with a new random angle. Through this repeated process of movement and reflection, the line gradually fills the canvas with an organic network of paths. The final image emerges from a very simple rule-based system, demonstrating how generative art can produce complex and unpredictable visual patterns from minimal code.

Your explanation is easy to follow, and I love how you show that simple rules can create such complex patterns—really captures the spirit of generative art.
ReplyDelete