S.C.T: (Square.Circle.Triangle) Limited Generative Art Collection
S.C.T is a set of 100 limited generative art pieces. Each piece is guaranteed to be unique and only 100 of these will be generated. Each piece is a created by JavaScript and constructs the art piece by generating a random number of squares, circles and triangles. Each shape is assigned one of four colors ('#0A74A4', '#EAB819', '#D20625', '#000000' ) with a random opacity. The shapes then are randomly sized and placed on the canvas. Then a random number of lines are generated and rotated 0 or 90 degrees. Finally, the canvas background is randomly selected ('#C27226', '#ffffff', '#cccccc). The colors of '#C27226' and '#ffffff'...