Try out this sketch: https://editor.p5js.org/omarwnema/sketches/zzQf--oBv
In your groups, change the parameters and add a sketch here. Add the names of each group member as a header
(This is the coding train tutorial I used to make the sketch)
šš¼Ā Post sketches here

Quick iteration. We are creating systems, and then using those systems to branch out and create/experiment more.
From Justin Bakse:
AĀ parameter spaceĀ is the set of all possible combinations of values for the parameters of a system. The parameter space of a system can grow very quickly. A system with oneĀ booleanĀ parameter can be configured in just two ways. If the system has 8 boolean parameters, it can be configured in 256 ways. A system with 16 boolean parameters will have 65,536 combinations. This rapid growth is referred to asĀ combinatorial explosion
You should choose parameters that are going to impact the end result
What parameters would we for a system that draws a square like this?
